Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc.LinearAlgebra.Single.Solvers"]
Class | Description | |
---|---|---|
![]() | BiCgStab | A Bi-Conjugate Gradient stabilized iterative matrix solver. |
![]() | CompositeSolver | A composite matrix solver. The actual solver is made by a sequence of matrix solvers. |
![]() | DiagonalPreconditioner | A diagonal preconditioner. The preconditioner uses the inverse of the matrix diagonal as preconditioning values. |
![]() | GpBiCg | A Generalized Product Bi-Conjugate Gradient iterative matrix solver. |
![]() | ILU0Preconditioner | An incomplete, level 0, LU factorization preconditioner. |
![]() | ILUTPPreconditioner | 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. |
![]() | MILU0Preconditioner | A simple milu(0) preconditioner. |
![]() | MlkBiCgStab | A Multiple-Lanczos Bi-Conjugate Gradient stabilized iterative matrix solver. |
![]() | TFQMR | A Transpose Free Quasi-Minimal Residual (TFQMR) iterative matrix solver. |