nalgebra/tests/linalg
sebcrozet 3edef2f006 Decomposition results: return a real vector whenever applicable.
This includes singular values, eigenvalues of hermitian matrices, tridiagonalization and bidiagonalization diagonal and off-diagonal elements.
2019-03-19 14:22:59 +01:00
..
balancing.rs Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
bidiagonal.rs Fix most tests. 2019-03-19 12:00:10 +01:00
cholesky.rs Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
eigen.rs Start fixing SVD. 2019-03-18 11:23:19 +01:00
full_piv_lu.rs Remove useless extern crate in doc-tests. 2019-02-03 11:01:11 +01:00
hessenberg.rs Fix Schur decomposition. 2019-03-12 13:15:02 +01:00
inverse.rs Re-enable most tests. 2018-02-03 13:59:05 +01:00
lu.rs WIP use Complex instead of Real whenever possible on the linalg module. 2019-03-02 19:33:49 +01:00
mod.rs Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
qr.rs WIP use Complex instead of Real whenever possible on the linalg module. 2019-03-02 19:33:49 +01:00
real_schur.rs Fix Schur decomposition. 2019-03-12 13:15:02 +01:00
solve.rs Add rustfmt.toml and run it. 2018-10-27 15:00:18 +02:00
svd.rs Decomposition results: return a real vector whenever applicable. 2019-03-19 14:22:59 +01:00
tridiagonal.rs Start fixing SVD. 2019-03-18 11:23:19 +01:00