| GenMinRes Methods |
The GenMinRes type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetGuess |
Returns the initial guess of the solution.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVectorProducts | Returns the user-supplied functions for the inner product and,
optionally, the norm used in the Gram-Schmidt implementations.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetGuess |
Sets the initial guess of the solution.
| |
| SetVectorProducts | Sets the user-supplied functions for the inner product and,
optionally, the norm to be used in the Gram-Schmidt implementations.
| |
| Solve | Generate an approximate solution to | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |