rustebra 0.3.1

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
#[cfg(feature = "alloc")]
mod coo;

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

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

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

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

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

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

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

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

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