full 0.3.0

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

pub mod iter;
pub mod slice;
pub mod traits;

pub use mat::*;