full 0.3.0

Matrix and array types for numeric values
Documentation
1
2
3
4
5
6
7
8
9
mod cmat;
mod mat;
mod std_ops;

#[cfg(test)]
mod mat_test;

pub use cmat::*;
pub use mat::*;