nalgebra/src
Jason Orendorff 74fd3e1a04 Support f64 * Vec3<f64> and so on.
To be specific, support is added for `N op T<N>` where `N` is `f32` or `f64`,
`op` is one of `+` `-` `*`, and `T` is one of the `Vec`, `DVec`, `Mat`, or `DMat`
generic types. These are all cases where `T<N> op N` is already supported.

Rust does not support generic impls in this case, but `f32` and `f64` cover
many common cases.

 Fixes #182.
2016-04-17 09:25:08 +02: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 Support f64 * Vec3<f64> and so on. 2016-04-17 09:25:08 +02:00
traits Made PntAsVec use associated types. (#179) 2016-04-17 09:23:37 +02:00
lib.rs Made PntAsVec use associated types. (#179) 2016-04-17 09:23:37 +02:00