nalgebra/src/structs/spec
Sébastien Crozet 90e40aaec0 Make most out-of-place methods static.
This is to make people prefer the functional style.
Things like `a.dot(b)` dont make sense per se (there is no reason for `a` to have a different
status than `b`). Using static methods avoid this.

In-place methods are left unchanged.
2013-10-16 21:44:33 +02:00
..
complex.rs Huge api change! 2013-10-06 18:07:17 +02:00
identity.rs Api change: deal with inplace/out of place methods. 2013-10-14 10:42:07 +02:00
mat.rs Api change: deal with inplace/out of place methods. 2013-10-14 10:42:07 +02:00
primitives.rs Add a double-trait-dispatch-trick based cast trait 2013-10-09 23:10:43 +02:00
vec0.rs Make most out-of-place methods static. 2013-10-16 21:44:33 +02:00
vec.rs Make most out-of-place methods static. 2013-10-16 21:44:33 +02:00