Linear algebra library for Rust.
Go to file
abdul124 dd00f9b460 src/lib: add features for non-std support 2024-07-18 14:19:11 +08:00
.github Use rayon as the feature name instead of par-iter 2023-01-14 15:59:11 +01:00
benches Replace slice->view in tests and benches 2022-11-14 15:16:23 +01:00
examples Release v0.32.0 2023-01-14 17:04:22 +01:00
nalgebra-glm fix: Correct minor typos 2023-02-01 15:48:06 +09:00
nalgebra-lapack Release v0.32.0 2023-01-14 17:04:22 +01:00
nalgebra-macros Release nalgebra-macro v0.2.1 2023-07-09 12:06:38 +02:00
nalgebra-sparse fix: Correct minor typos 2023-02-01 15:48:06 +09:00
src src/lib: add features for non-std support 2024-07-18 14:19:11 +08:00
tests chore: Add test that fails before fix 2024-03-08 18:19:41 +01:00
.gitignore .gitignore: add proptest-regressions to the ignored list. 2021-02-28 18:40:33 +01:00
CHANGELOG.md Release v0.32.6 2024-06-12 11:13:12 +02:00
Cargo.toml Release v0.32.6 2024-06-12 11:13:12 +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.