nalgebra/src/linalg
Eduard Bopp bd593a923c Fix a number of warnings
Mostly related to the `us` → `usize` suffix renaming. It turns out that none of
the suffixes are required any more, as the type inference appears to have
improved in that regard. There were also parantheses around range terms that
are not required any more.

Finally the `[]` syntax has been deprecated and thereby removed.
2015-02-21 15:07:50 +01:00
..
decompositions.rs Fix a number of warnings 2015-02-21 15:07:50 +01:00
mod.rs Add the types: DVec1, .., DVec6. 2014-08-16 12:16:26 +02:00