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
# Numerical Stability

This section documents two aspects of how `rustebra` behaves numerically: its policy on
`NaN`/`Inf` propagation, and the precision trade-offs behind its fixed-iteration
approximations for `sqrt`, `sin`, and `cos`.