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
//! Bring scalar aliases and `KrystScalar` into scope in one shot.
//! Usage in modules: `use crate::algebra::prelude::*;`

pub use super::scalar::{KrystScalar, R, S};