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
6
7
# Adding a solver

- Implement `LinearSolver` for your solver type.
- Document side semantics and residual norms in the module header.
- Wire the solver into `SolverType` and `KspContext`.
- Provide a doctest example.