https://github.com/pinecrew/linal
linear algebra library for Rust
https://github.com/pinecrew/linal
crate library linear-algebra-library no-dependencies rust rust-lang rust-library vector2d vector3d
Last synced: 7 months ago
JSON representation
linear algebra library for Rust
- Host: GitHub
- URL: https://github.com/pinecrew/linal
- Owner: pinecrew
- License: bsd-3-clause
- Created: 2016-03-24T07:57:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T13:51:32.000Z (over 4 years ago)
- Last Synced: 2024-11-17T11:02:10.383Z (8 months ago)
- Topics: crate, library, linear-algebra-library, no-dependencies, rust, rust-lang, rust-library, vector2d, vector3d
- Language: Rust
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# linal

[](https://crates.io/linal)| [Documentation](https://docs.rs/linal) | [Examples](./examples) |
linear algebra library for Rust
### Usage
Add `linal` to your `Cargo.toml`, for example:
```toml
[dependencies]
linal = "0.2"
```Or use the latest version from this repo:
```toml
[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }
```