![]() |
GMRES linear system solver constructor. |
![]() | The actual number of GMRES iterations used. |
![]() | The maximum number of iterations allowed. |
![]() | The maximum Krylov subspace dimension. |
![]() | The implementation method to be used. |
![]() | The total number of GMRES right preconditioner solves. |
![]() | The total number of GMRES matrix-vector products used. |
![]() | The stopping tolerance. |
![]() | The final residual norm, ![]() |
![]() | The residual updating method to be used. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns the initial guess of the solution. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns the user-supplied functions for the inner product and, optionally, the norm used in the Gram-Schmidt implementations. |
![]() | Sets the initial guess of the solution. |
![]() | Sets the user-supplied functions for the inner product and, optionally, the norm to be used in the Gram-Schmidt implementations. |
![]() | Generate an approximate solution to ![]() |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
GenMinRes Class | Imsl.Math Namespace | Simple Example | Simple Example with User Supplied Inner Product | Sparse Example | Sparse Example with Preconditioning | Second Householder Implementation Example | Second Householder Implementation Example with Preconditioning