Click or drag to resize

UnitPreconditionerT Class

A unit preconditioner. This preconditioner does not actually do anything it is only used when running an IIterativeSolverT without a preconditioner.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.SolversUnitPreconditionerT

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class UnitPreconditioner<T> : IPreconditioner<T>
where T : struct, new(), IEquatable<T>, IFormattable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.UnitPreconditioner`1"]

The UnitPreconditionerT type exposes the following members.

Constructors
 NameDescription
Public methodUnitPreconditionerTInitializes a new instance of the UnitPreconditionerT 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