nalgebra/src/tests
Vincent Barrielle 76a8bc3cf1 QR factorization for fixed size matrices.
The ColSlice implementation for fixed size matrices returns a DVec,
while this is probably not optimal performance-wise, the dynamic nature
of the result makes this necessary. Using a data type presenting the
ImmutableVector trait would solve this, but it looks like a non-trivial
change.
2014-05-12 14:06:25 +02:00
..
mat.rs QR factorization for fixed size matrices. 2014-05-12 14:06:25 +02:00
vec.rs Use Vec instead of ~[]. 2014-03-15 12:23:54 +01:00