faer-precond 0.2.0

Numerical preconditioners (Jacobi, block-Jacobi, ILU(0), IC(0)) for iterative solvers, built on faer.
Documentation
1
2
3
4
5
6
7
//! Internal helpers shared across preconditioner families.
//!
//! Nothing here is part of the public API — these are small utilities that more
//! than one preconditioner needs and that would otherwise be copy-pasted.

pub(crate) mod diag_split;
pub(crate) mod spd_bounds;