Linear algebra library for Rust.
Go to file
Sébastien Crozet a91e3b0d89
Merge pull request #1315 from yotamofek/owned-view-iter
Allow creating matrix iter with an owned view
2023-11-12 23:29:41 +01:00
.github Use rayon as the feature name instead of par-iter 2023-01-14 15:59:11 +01:00
benches Use std::hint::black_box consistently. 2023-08-14 11:15:57 +07:00
examples Release v0.32.0 2023-01-14 17:04:22 +01:00
nalgebra-glm Fix and clarify license in crate metadata and add missing license files 2023-10-24 18:33:53 +02:00
nalgebra-lapack Fix and clarify license in crate metadata and add missing license files 2023-10-24 18:33:53 +02:00
nalgebra-macros Fix and clarify license in crate metadata and add missing license files 2023-10-24 18:33:53 +02:00
nalgebra-sparse Merge pull request #1312 from arscisca/dev-DefaultTrait 2023-11-12 23:27:37 +01:00
src Merge pull request #1315 from yotamofek/owned-view-iter 2023-11-12 23:29:41 +01:00
tests Merge pull request #1315 from yotamofek/owned-view-iter 2023-11-12 23:29:41 +01:00
.gitignore .gitignore: add proptest-regressions to the ignored list. 2021-02-28 18:40:33 +01:00
CHANGELOG.md Update CHANGELOG 2023-07-09 12:35:05 +02:00
Cargo.toml Fix and clarify license in crate metadata and add missing license files 2023-10-24 18:33:53 +02:00
LICENSE Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
README.md Release v0.32.3 2023-07-09 12:06:38 +02:00
clippy.toml Fix some warnings 2021-07-27 19:24:55 -04:00
rustfmt.toml Fix some warnings 2021-07-27 19:24:55 -04:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.