Unit |
public sealed class UnitPreconditioner<T> : IPreconditioner<T> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Solvers.UnitPreconditioner`1"]
The UnitPreconditionerT type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnitPreconditionerT | Initializes a new instance of the UnitPreconditionerT class |
Name | Description | |
---|---|---|
![]() | Approximate | Approximates the solution to the matrix equation Ax = b. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Initialize | Initializes the preconditioner and loads the internal data structures. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |