Function Description
KML_SOLVER functions solve systems of sparse linear equations. The majority of elements in a sparse matrix are zero. The following methods are involved:
- Conjugate gradient (CG)
- Generalized conjugate residual (GCR)
- The current library version contains single-precision and double-precision data types and does not support complex numbers.
Parent topic: KML_SOLVER Library Functions