Click or drag to resize

Altaxo.Calc.LinearAlgebra.Double.Solvers Namespace

[Missing <summary> documentation for "N:Altaxo.Calc.LinearAlgebra.Double.Solvers"]

Classes
 ClassDescription
Public classBiCgStab A Bi-Conjugate Gradient stabilized iterative matrix solver.
Public classCompositeSolver A composite matrix solver. The actual solver is made by a sequence of matrix solvers.
Public classDiagonalPreconditioner A diagonal preconditioner. The preconditioner uses the inverse of the matrix diagonal as preconditioning values.
Public classGpBiCg A Generalized Product Bi-Conjugate Gradient iterative matrix solver.
Public classILU0Preconditioner An incomplete, level 0, LU factorization preconditioner.
Public classILUTPPreconditioner This class performs an Incomplete LU factorization with drop tolerance and partial pivoting. The drop tolerance indicates which additional entries will be dropped from the factorized LU matrices.
Public classMILU0Preconditioner A simple milu(0) preconditioner.
Public classMlkBiCgStab A Multiple-Lanczos Bi-Conjugate Gradient stabilized iterative matrix solver.
Public classTFQMR A Transpose Free Quasi-Minimal Residual (TFQMR) iterative matrix solver.