nalgebra/src
Sébastien Crozet 7de844b46a Moved some files + use rustdoc_ng to generate the documenatiton.
Trait failes are merged in three files:
    * operations.rs - for low-level matrix/vector operations
    * geometry.rs   - for operations with a clear, broadly known geometric meaning.
    * structure.rs  - for operations to access/alter the object inner structures.

Specialisations are moved to the `spec` folder.
2013-09-22 11:05:15 +02:00
..
adaptors Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
bench "Remove" the RMul and LMul trait. Use the regular Mul trait. 2013-09-15 11:18:06 +02:00
spec Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
tests "Replaced" Scalar{Add, Sub, Mul, Div} by operator overloading. 2013-09-14 21:32:38 +02:00
traits Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
dmat.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
dvec.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
lib.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
mat.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
mat_macros.rs Remove the redundant `Column` trait + Add unchecked access indexing to dynamic matrices/vectors. 2013-09-20 22:17:55 +02:00
metal.rs "Remove" the RMul and LMul trait. Use the regular Mul trait. 2013-09-15 11:18:06 +02:00
types.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
vec.rs Moved some files + use rustdoc_ng to generate the documenatiton. 2013-09-22 11:05:15 +02:00
vec_macros.rs "Remove" the RMul and LMul trait. Use the regular Mul trait. 2013-09-15 11:18:06 +02:00