Linear algebra library for Rust.
c475c4000c
* fix: Normalize the column once more The column may not be normalized if the `factor` is on a scale of 1e-40. Possibly, f32 just runs out of precision. There is likely a better solution to the problem. * chore: Add test that fails before fix * chore: add comment providing details on the householder fix. * chore: rename regression test --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com> |
||
---|---|---|
.github | ||
benches | ||
examples | ||
nalgebra-glm | ||
nalgebra-lapack | ||
nalgebra-macros | ||
nalgebra-sparse | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
clippy.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |