| Documentation | Examples |
linear algebra library for Rust
Add linal to your Cargo.toml, for example:
[dependencies]
linal = "0.2"Or use the latest version from this repo:
[dependencies]
linal = { git = "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/pinecrew/linal" }