opensrdk-linear-algebra 0.8.5

Standard linear algebra library using blas and lapack for OpenSRDK toolchain.
Documentation
1
2
3
4
5
6
pub mod add;
pub mod div;
pub mod index;
pub mod mul;
pub mod neg;
pub mod sub;