numeric 0.1.4

N-dimensional matrix class for Rust
Documentation
#[macro_use]
extern crate numeric;

mod creation;
mod dot;
mod advanced_indexing;

mod add;
mod sub;
mod mul;
mod div;

mod linalg;

mod indexing;
mod summary;

mod macros;

// These tests tend to exit abruptly for some reason
//mod io;