Next: init Initialize
Up: userhtml
Previous: mm_array_write Write
Contents
Preconditioner routines
The base PSBLAS library contains the implementation of two simple
preconditioning techniques:
- Diagonal Scaling
- Block Jacobi with ILU(0) factorization
The supporting data type and subroutine interfaces are defined in the
module psb_prec_mod
.
The old interfaces psb_precinit
and psb_precbld
are still supported for
backward compatibility
Subsections