nalgebra 0.13.0

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


mod core;
mod linalg;
mod geometry;