mdarray-linalg 0.1.2

Linear algebra operations for mdarray, with multiple exchangeable backends
Documentation
1
2
3
4
5
6
pub mod matmul;
pub mod matvec;

/// Simple backend, mostly for demonstratration purposes
#[derive(Default)]
pub struct Naive;