blasoxide 0.3.2

BLAS implementation in rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod common;

mod l1s;
pub use l1s::*;

mod l1d;
pub use l1d::*;

mod kernel;
pub(crate) use kernel::*;