This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nalgebra
Watch
3
Star
0
Fork
You've already forked nalgebra
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ebe6d10a47
nalgebra
/
nalgebra-lapack
/
tests
/
linalg
/
mod.rs
9 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Add nalgebra-lapack as a crate on this workspace.
2017-08-03 01:38:28 +08:00
mod
cholesky
;
mod
lu
;
mod
qr
;
First attempt at xgges (qz decomposition), passing tests. Serialization failing across many modules
2022-01-19 11:35:11 +08:00
mod
qz
;
Add rustfmt.toml and run it.
2018-10-22 13:00:10 +08:00
mod
real_eigensystem
;
Cleanup warnings and rename Schur -> RealSchur
2019-03-23 18:46:56 +08:00
mod
schur
;
Add rustfmt.toml and run it.
2018-10-22 13:00:10 +08:00
mod
svd
;
mod
symmetric_eigen
;