Linear algebra library for Rust.
Go to file
Sébastien Crozet 41f5231446 Add `assign` and generalize `map` to other return types.
The method assign replaces each components with the result of a closure (that takes the
corresponding component as parameter).
2017-08-15 19:07:18 +02:00
benches Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
examples Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
nalgebra-lapack nalgebra-lapack: unify API of LU.solve and Cholesky.solve with nalgebra. 2017-08-15 19:07:18 +02:00
src Add `assign` and generalize `map` to other return types. 2017-08-15 19:07:18 +02:00
tests Add `assign` and generalize `map` to other return types. 2017-08-15 19:07:18 +02:00
.gitignore update .gitignore. 2016-08-21 22:01:39 +02:00
.travis.yml Fix .travis.yml. 2017-08-15 19:07:18 +02:00
CHANGELOG.md Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
Cargo.toml Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add the most common matrix decompositions. 2017-08-15 19:07:18 +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.