yui-matrix 0.4.0

Matrix Library for YUI
Documentation
1
2
3
4
5
6
7
pub use crate::MatTrait;

mod mat;
pub use mat::Mat;

pub mod snf;
pub mod lll;