|
ESYS13
Revision_
|
Functions | |
| err_t | Paso_Solver_MINRES (Paso_SystemMatrix *A, double *R, double *X, dim_t *iter, double *tolerance, Paso_Performance *pp) |
| err_t Paso_Solver_MINRES | ( | Paso_SystemMatrix * | A, |
| double * | R, | ||
| double * | X, | ||
| dim_t * | iter, | ||
| double * | tolerance, | ||
| Paso_Performance * | pp | ||
| ) |
References ABS, FALSE, Paso_SystemMatrix::mpi_info, Paso_AXPY, Paso_Copy(), Paso_InnerProduct(), Paso_l2(), PASO_ONE, Paso_Scale, Paso_SystemMatrix_getTotalNumRows(), Paso_SystemMatrix_MatrixVector_CSR_OFFSET0(), Paso_SystemMatrix_solvePreconditioner(), PASO_ZERO, SOLVER_BREAKDOWN, SOLVER_INPUT_ERROR, SOLVER_MAXITER_REACHED, SOLVER_MEMORY_ERROR, SOLVER_NEGATIVE_NORM_ERROR, SOLVER_NO_ERROR, TMPMEMALLOC, TMPMEMFREE, and TRUE.
Referenced by Paso_Solver().
1.7.6.1