Linear algebra library for Rust.
f9921a6774
Currently the methods for row_sum and column_sum require Field and Supersetof<f64>. This means that to perform a row_sum or column_sum requires the scalar type to have more properties than just addition. Consequently, row_sum() won't work on integer matricies. This patch makes the only requirement that the scalar type be an additive monoid. Doc tests using integers are also added. |
||
---|---|---|
benches | ||
ci | ||
examples | ||
nalgebra-glm | ||
nalgebra-lapack | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
rustfmt.toml |
Users guide | Documentation | Forum
Linear algebra library for the Rust programming language.
Click this button if you wish to donate to support the development of nalgebra: