Linear algebra library for Rust.
Go to file
Jim Turner cea3bdc8e5 Fix Cholesky::determinant for Complex elements
The previous implementation was correct only for real elements. The
Cholesky decomposition is `L L^H`, so the determinant is `det(L) *
det(L^H)`. Since `L` is a triangular matrix, `det(L)` is the product
of the diagonal elements of `L`. Since `L^H` is triangular and its
diagonal elements are the conjugates of the diagonal elements of `L`,
`det(L^H)` is the conjugate of `det(L)`. So, the overall determinant
is the product of the diagonal elements of `L` times its conjugate.
2021-04-09 14:28:16 -04:00
.github Fix compilation when only the serde-serialize feature of nalgebra is enabled. 2021-04-01 11:40:27 +02:00
benches Bench iter() and iter().rev() 2021-02-25 13:31:16 +01:00
examples Fix reshaping test. 2020-10-25 16:31:10 +01:00
nalgebra-glm Release v0.25.0 2021-03-01 14:25:29 +01:00
nalgebra-lapack Fix cargo metadata to allow publishing nalgebra-lapack and nalgebra-sparse. 2021-03-01 14:49:03 +01:00
nalgebra-sparse Fix cargo metadata to allow publishing nalgebra-lapack and nalgebra-sparse. 2021-03-01 14:49:03 +01:00
src Fix Cholesky::determinant for Complex elements 2021-04-09 14:28:16 -04:00
tests Fix Cholesky::determinant for Complex elements 2021-04-09 14:28:16 -04:00
.gitignore .gitignore: add proptest-regressions to the ignored list. 2021-02-28 18:40:33 +01:00
Cargo.toml Release v0.25.4 2021-04-01 12:16:54 +02:00
CHANGELOG.md Release v0.25.4 2021-04-01 12:16:54 +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 rustdoc link 2021-01-31 06:15:51 -09:00
rustfmt.toml Add empty rustfmt.toml. 2020-06-23 09:49:01 -07:00

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.


Gold sponsors

Rapier is supported by: