rustebra 0.2.1

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
1
2
3
4
mod static_matrix;

#[cfg(feature = "alloc")]
mod dynamic_matrix;