Linear algebra library for Rust.
Go to file
Sébastien Crozet c240923abb
Merge pull request #754 from TheZoq2/patch-1
Update version in docs header
2020-10-24 18:22:36 +02:00
.circleci CI: don't eanble --all-features when running the tests. 2020-08-25 21:04:37 +02:00
.github Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
benches Run cargo fmt. 2020-04-05 18:49:48 +02:00
ci ci: link to system BLAS as intended 2020-03-02 12:45:38 +01:00
examples Improve matrixcompare example 2020-06-29 19:03:20 +02:00
nalgebra-glm fix typo: apsect should be aspect 2020-10-11 11:42:22 +02:00
nalgebra-lapack Release nalgebra-lapack 0.14.0 2020-08-25 21:16:18 +02:00
src Merge pull request #754 from TheZoq2/patch-1 2020-10-24 18:22:36 +02:00
tests Merge pull request #631 from Andlon/matrixcompare 2020-07-17 01:10:04 -07:00
.gitignore Add .idea folder to gitignore. 2018-09-13 09:23:08 +02:00
.travis.yml Fix CI (#634) 2019-08-27 22:05:28 +02:00
CHANGELOG.md Release v0.22.0 2020-08-25 21:15:56 +02:00
Cargo.toml Release v0.22.1 2020-10-13 10:28:30 +02:00
LICENSE Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
Makefile Add compare feature to tests run by Makefile 2020-06-29 19:07:44 +02:00
README.md Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
rustfmt.toml Add empty rustfmt.toml. 2020-06-23 09:49:01 -07:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.