MILU |
public sealed class MILU0Preconditioner : IPreconditioner<double>
The MILU0Preconditioner type exposes the following members.
Name | Description | |
---|---|---|
MILU0Preconditioner | Initializes a new instance of the MILU0Preconditioner class |
Name | Description | |
---|---|---|
IsInitialized | Gets a value indicating whether the preconditioner is initialized. | |
UseModified | Gets or sets a value indicating whether to use modified or standard ILU(0). |
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) |