kryst 3.2.1

Krylov subspace and preconditioned iterative solvers for dense and sparse linear systems, with shared and distributed memory parallelism.
1
2
3
4
5
pub mod block;
pub mod mat;
pub mod traits;
#[cfg(feature = "backend-faer")]
pub mod wrappers;