Click or drag to resize
GenMinRes Methods

The GenMinRes type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetGuess
Returns the initial guess of the solution.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVectorProducts
Returns the user-supplied functions for the inner product and, optionally, the norm used in the Gram-Schmidt implementations.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetGuess
Sets the initial guess of the solution.
Public methodSetVectorProducts
Sets the user-supplied functions for the inner product and, optionally, the norm to be used in the Gram-Schmidt implementations.
Public methodSolve
Generate an approximate solution to Ax=b using the Generalized Residual Method.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also