nalgebra/tests
Fangs 83d20d38d8
added test for mul_tr in matrix.rs
added a test for mul_tr to verify that we get m.mul_tr(v) is m*v.transpose(). also changed the name of the previous test for tr_mul to clarify which side of the multiplication is being transposed.
2024-04-24 11:11:13 +07:00
..
core added test for mul_tr in matrix.rs 2024-04-24 11:11:13 +07:00
geometry Make OPoint call `T::fmt` to respect formatting modifiers (#1336) 2023-12-20 14:42:54 -08:00
linalg Fix numerical issue on SVD with near-identity matrix (#1369) 2024-03-28 15:26:11 +01:00
proptest Deplecate Dynamic and Dynamic::new 2023-01-14 16:22:40 +01:00
sparse Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
lib.rs Don’t make the ColumnIter[Mut] fields pub(crate) 2023-01-14 15:30:00 +01:00