rustebra 0.4.0

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
1
2
3
4
5
6
// The shared harness also serves the edge-case and stress targets; the fixed-matrix helpers
// are unused in this one.
#[allow(dead_code)]
mod common;
mod inverse_power_iteration;
mod power_iteration;