mathrc 0.2.5

Rust Mathematics Library
Documentation
1
2
3
4
5
mod vector_err;
mod matrix_err;

pub use vector_err::VectorErr;
pub use matrix_err::MatrixError;