![]() |
Conjugate gradient constructor. |
![]() | The number of iterations needed by the conjugate gradient algorithm. |
![]() | The maximum number of iterations allowed. |
![]() | The relative error used for stopping the algorithm. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the Jacobi preconditioning matrix. |
![]() | Gets the Type of the current instance. |
![]() | Defines a Jacobi preconditioner as the preconditioning matrix, that is, M is the diagonal of A. |
![]() | Solves a real symmetric positive or negative definite system ![]() |
![]() | 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. |
ConjugateGradient Class | Imsl.Math Namespace | Example without preconditioning | Example with different preconditioners