nd_matrix 0.3.0

A n-dimensional matrix type
Documentation
1
2
3
4
5
pub mod matrix;
pub mod point;

pub use matrix::{Matrix, ToIndex, ToPoint};
pub use point::Point;