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
//! Matrix types and operations for kryst.

pub mod shell;

pub use shell::ShellMat;