nalgebra/tests/linalg
Sébastien Crozet 49e9ceea30 Add dedicated implementations of SVD for 2x2 and 3x3 real matrices. 2021-11-26 17:45:42 +01:00
..
balancing.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
bidiagonal.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
cholesky.rs Add test for Cholesky::new_with_substitute 2021-09-13 09:08:37 +09:00
col_piv_qr.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
convolution.rs Fix most clippy warnings 2021-06-18 09:45:37 +02:00
eigen.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
exp.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
full_piv_lu.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
hessenberg.rs Fix some tests requiring a square matrix. 2021-03-01 10:02:45 +01:00
inverse.rs Use the #[rustfmt::skip] attribute instead of rustfmt_skip. 2020-06-07 09:30:21 +02:00
lu.rs Fix some tests requiring a square matrix. 2021-03-01 10:02:45 +01:00
mod.rs Untested UDU implementation 2021-02-25 15:48:44 +01:00
qr.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
schur.rs Fix some tests requiring a square matrix. 2021-03-01 10:02:45 +01:00
solve.rs Fix tests 2021-08-04 17:56:57 +02:00
svd.rs Add dedicated implementations of SVD for 2x2 and 3x3 real matrices. 2021-11-26 17:45:42 +01:00
tridiagonal.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
udu.rs Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00