forked from M-Labs/nalgebra
90e40aaec0
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. |
||
---|---|---|
.. | ||
complex.rs | ||
identity.rs | ||
mat.rs | ||
primitives.rs | ||
vec0.rs | ||
vec.rs |