slepc-3.19.2 2023-09-05
   
SVDSetStoppingTest
Specifies how to decide the termination of the outer loop of the singular value solver. 
Synopsis
#include "slepcsvd.h" 
PetscErrorCode SVDSetStoppingTest(SVD svd,SVDStop stop)
Logically Collective
Input Parameters
|  | svd | - singular value solver context obtained from SVDCreate() | 
|  | stop | - the type of stopping test | 
Options Database Keys
|  | -svd_stop_basic | - Sets the default stopping test | 
|  | -svd_stop_user | - Selects the user-defined stopping test | 
Note
The parameter 'stop' can have one of these values
See Also
 SVDGetStoppingTest(), SVDSetStoppingTestFunction(), SVDSetConvergenceTest(), SVDStop
Level
advanced
Location
src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages