Click or drag to resize

MILU0Preconditioner Class

A simple milu(0) preconditioner.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.Double.SolversMILU0Preconditioner

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

The MILU0Preconditioner type exposes the following members.

Constructors
 NameDescription
Public methodMILU0PreconditionerInitializes a new instance of the MILU0Preconditioner class
Top
Properties
 NameDescription
Public propertyIsInitialized Gets a value indicating whether the preconditioner is initialized.
Public propertyUseModified Gets or sets a value indicating whether to use modified or standard ILU(0).
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
Remarks
Original Fortran code by Yousef Saad (07 January 2004)
See Also