Linear algebra library for Rust.
Go to file
Mateusz Kowalczyk a4c2ca941d
Allow constructing Cholesky struct directly
This is useful if there the data for the matrix comes from elsewhere,
such as a custom algorithm. One such use-case can be seen
https://github.com/nestordemeure/friedrich/issues/43 where we do special
handling for the try_sqrt or is_zero cases that would normally fail the
decomposition in `Cholesky::new()`.
2021-09-03 09:01:04 +09:00
.github Test nalgebra-macros on CI 2021-05-03 13:52:34 +02:00
benches Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
examples Release v0.29.0 2021-08-08 17:54:35 +02:00
nalgebra-glm Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse. 2021-08-08 18:07:34 +02:00
nalgebra-lapack Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse. 2021-08-08 18:07:34 +02:00
nalgebra-macros Release v0.29.0 2021-08-08 17:54:35 +02:00
nalgebra-sparse Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse. 2021-08-08 18:07:34 +02:00
src Allow constructing Cholesky struct directly 2021-09-03 09:01:04 +09:00
tests Fix tests 2021-08-04 17:56:57 +02:00
.gitignore .gitignore: add proptest-regressions to the ignored list. 2021-02-28 18:40:33 +01:00
CHANGELOG.md Update changelog 2021-08-26 21:46:20 +02:00
Cargo.toml Release v0.29.0 2021-08-08 17:54:35 +02:00
LICENSE Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
Makefile Add compare feature to tests run by Makefile 2020-06-29 19:07:44 +02:00
README.md Fix compilation after rebase. 2021-04-11 13:53:45 +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.


Platinum sponsors

Rapier is supported by: