#include "slepcsvd.h" PetscErrorCode SVDSetTolerances(SVD svd,PetscReal tol,PetscInt maxits)Collective on SVD
svd | - the singular value solver context | |
tol | - the convergence tolerance | |
maxits | - maximum number of iterations to use |
-svd_tol <tol> | - Sets the convergence tolerance | |
-svd_max_it <maxits> | - Sets the maximum number of iterations allowed (use PETSC_DECIDE to compute an educated guess based on basis and matrix sizes) |
Location: src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages