nalgebra/src
Sébastien Crozet 5cbbc25bb2 Make vectors indexable the same way as slices.
This includes range indexing.
In addition, for unification, the methods `.as_slice` and `.as_mut_slice` of DVec have been renamed
to `.as_ref` and `.as_mut`.
2016-01-10 14:49:37 +01:00
..
linalg Fix eigenvalue calculation for diagonal matrices 2015-11-14 15:40:35 +01:00
macros fixes compiling on alpha 1.0 2015-01-09 21:55:15 +01:00
structs Make vectors indexable the same way as slices. 2016-01-10 14:49:37 +01:00
traits Fix warnings generated by the last rust-nightly. 2015-08-20 21:41:40 +02:00
lib.rs Implemented QR algorithm with initial transformation to Hessenberg form and Wilkinson shift for symmetric matrices 2015-09-22 15:17:03 +02:00