nalgebra/src/traits
Sébastien Crozet 82ddda154f Update to work with the last compiler.
Because of the unfortunate changes on type parameters resolution:
        - the Dim trait now needs an useless parameter to infer the Self type.
        - ApproxEps::epsilon() is broken.
2013-08-28 14:22:12 +02:00
..
basis.rs Update to work with the last compiler. 2013-08-28 14:22:12 +02:00
column.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
cross.rs Add two traits: CrossMatrix and Row. 2013-08-25 23:01:44 +02:00
dim.rs Update to work with the last compiler. 2013-08-28 14:22:12 +02:00
homogeneous.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
indexable.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
inv.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
iterable.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
mat_cast.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
outer.rs Add outer product. 2013-08-12 16:45:31 +02:00
rlmul.rs Add and Identity matrix type. 2013-08-23 15:59:26 +02:00
rotation.rs Merge the Rotatable, Translatable, Transformable traits with their corresponding Rotation, Translation, Transformation. 2013-08-22 17:47:37 +02:00
row.rs Add two traits: CrossMatrix and Row. 2013-08-25 23:01:44 +02:00
sample.rs Rework of the traits for Vectors. 2013-08-18 18:33:25 +02:00
scalar_op.rs Rework of the traits for Vectors. 2013-08-18 18:33:25 +02:00
transformation.rs Merge the Rotatable, Translatable, Transformable traits with their corresponding Rotation, Translation, Transformation. 2013-08-22 17:47:37 +02:00
translation.rs Merge the Rotatable, Translatable, Transformable traits with their corresponding Rotation, Translation, Transformation. 2013-08-22 17:47:37 +02:00
transpose.rs Fix curly braces. 2013-08-05 10:13:44 +02:00
vec_cast.rs Add Round impl for vectors. 2013-08-15 10:41:47 +02:00
vector.rs Update to work with the last compiler. 2013-08-28 14:22:12 +02:00