kryst 4.0.4

Krylov subspace and preconditioned iterative solvers for dense and sparse linear systems, with shared and distributed memory parallelism.
1
2
3
4
5
6
7
pub mod csr_types;
pub mod halo;
pub mod hierarchy;
pub mod spmv_dist;

pub use csr_types::{DistRowCsr, LocalSquareCsr};
pub use hierarchy::DistHierarchyMeta;