nalgebra/src/structs
Sébastien Crozet becb77843e Update to the last Rust.
Version of rustc: 0.10-pre (b0ce960 2014-02-17 22:16:51 -0800)
This replaces uses of the `Orderable` trait by a `PartialOrd` trait: the `min` and `max` methods
are replaced by `inf` and `sup` methods.
Vectors do not implement the `Ord` trait any more.

Fix #4
2014-02-18 12:13:40 +01:00
..
spec Update to the last Rust. 2014-02-18 12:13:40 +01:00
chol.rs Huge api change! 2013-10-06 18:07:17 +02:00
crout.rs Doc: fix some typos. 2014-01-19 15:49:32 +01:00
dmat.rs Fix call to swap function due to upstream changes 2014-02-11 20:34:28 +01:00
dvec.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
iso_macros.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
iso.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
lower_triangular.rs Huge api change! 2013-10-06 18:07:17 +02:00
mat_macros.rs Remove useless parenthesis. 2014-01-23 01:22:23 +01:00
mat.rs Update to the last Rust. 2014-01-20 23:41:22 +01:00
metal.rs Add a double-trait-dispatch-trick based cast trait 2013-10-09 23:10:43 +02:00
mod.rs Update to the last Rust. 2014-01-20 23:41:22 +01:00
quat.rs Start implementation of quaternions. 2013-11-25 15:31:46 +01:00
rot_macros.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
rot.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
vec_macros.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00
vec.rs Update to the last Rust. 2014-02-18 12:13:40 +01:00