SVDGetTolerances
Gets the tolerance and maximum iteration count used by the default SVD convergence tests.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDGetTolerances(SVD svd,PetscReal *tol,PetscInt *maxits)
Not Collective
Input Parameter
svd - the singular value solver context
Output Parameters
| tol | - the convergence tolerance
|
| maxits | - maximum number of iterations
|
Notes
The user can specify PETSC_NULL for any parameter that is not needed.
See Also
SVDSetTolerances()
Location: src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/svd/examples/tutorials/ex14.c.html
src/svd/examples/tutorials/ex15.c.html
src/svd/examples/tutorials/ex15f.F.html