Click or drag to resize

DiagonalPreconditioner Class

A diagonal preconditioner. The preconditioner uses the inverse of the matrix diagonal as preconditioning values.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.Complex32.SolversDiagonalPreconditioner

Namespace: Altaxo.Calc.LinearAlgebra.Complex32.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class DiagonalPreconditioner : IPreconditioner<Complex32>

The DiagonalPreconditioner type exposes the following members.

Constructors
 NameDescription
Public methodDiagonalPreconditionerInitializes a new instance of the DiagonalPreconditioner class
Top
Methods
 NameDescription
Public methodApproximate Approximates the solution to the matrix equation Ax = b.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initializes the preconditioner and loads the internal data structures.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also