nalgebra/benches
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
..
common Use the `Zero` and `One` traits from the `num` crate. 2015-04-18 14:38:34 +02:00
construction.rs Make the benchmarks compile again 2015-03-26 15:22:27 +01:00
dmat.rs Make vectors indexable the same way as slices. 2016-01-10 14:49:37 +01:00
mat.rs Fix benchmarks 2015-03-29 13:32:14 +02:00
quat.rs Fix benchmarks 2015-03-29 13:32:14 +02:00
vec.rs Fix benchmarks 2015-03-29 13:32:14 +02:00