Go to the source code of this file.
Data Structures | |
class | cgSolver |
Iterative Linear Solver: Conjugate Gradient method. More... | |
Functions | |
CLINKAGE void | ILSI_CG_Solver (ILSI_Param *param, ILSI_Comm *comm, int n, const real *b, real *x) |
Conjugate-gradient solver: requires symmetric positive definite matrix. |
CLINKAGE void ILSI_CG_Solver | ( | ILSI_Param * | param, | |
ILSI_Comm * | comm, | |||
int | n, | |||
const real * | b, | |||
real * | x | |||
) |
Conjugate-gradient solver: requires symmetric positive definite matrix.
Definition at line 78 of file cg.C.
References int, ILSI_Param::iterations, ILSI_Param::maxIterations, ILSI_Param::maxResidual, and ILSI_Param::residual.
Referenced by main().