Linear algebra library for Rust.
Go to file
Eduard Bopp 7a62b68c38 Merge pull request #251 from Ralith/unnested-serialization
Remove gratuitous indirection in serialization impls
2017-07-26 19:40:57 +02:00
benches Complete library rewrite. 2016-12-04 22:47:36 +01:00
examples Fix mvp matrix construction typo. 2017-03-02 21:35:39 +01:00
src Merge pull request #251 from Ralith/unnested-serialization 2017-07-26 19:40:57 +02:00
tests Merge pull request #251 from Ralith/unnested-serialization 2017-07-26 19:40:57 +02:00
.gitignore update .gitignore. 2016-08-21 22:01:39 +02:00
.travis.yml Fix travis.yml. 2017-02-15 22:24:07 +01:00
CHANGELOG.md Add methods to set a row or a column of the matrix. 2017-05-17 22:47:45 +02:00
Cargo.toml Update deps 2017-07-22 09:58:39 +02:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add methods to set a row or a column of the matrix. 2017-05-17 22:47:45 +02:00
README.md Make serde optional behind the "serde-serialize" feature. 2017-02-15 22:04:34 +01:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.