Diagonal |
public sealed class DiagonalPreconditioner : IPreconditioner<Complex32>
The DiagonalPreconditioner type exposes the following members.
Name | Description | |
---|---|---|
DiagonalPreconditioner | Initializes a new instance of the DiagonalPreconditioner 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) |