nalgebra 0.21.1

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
#[cfg(feature = "abomonation-serialize")]
extern crate abomonation;
#[macro_use]
extern crate approx;
#[cfg(feature = "mint")]
extern crate mint;
extern crate nalgebra as na;
extern crate num_traits as num;
#[cfg(feature = "arbitrary")]
#[macro_use]
extern crate quickcheck;

mod core;
mod geometry;
mod linalg;
//#[cfg(feature = "sparse")]
//mod sparse;