numrst 0.5.0

Fundamental package for scientific computing
Documentation
1
2
3
4
5
6
7
mod usafe;
mod matrix;
mod vector;

pub use usafe::*;
pub use matrix::*;
pub use vector::*;