#include "slepcsvd.h" PetscErrorCode SVDSetStoppingTest(SVD svd,SVDStop stop)Logically Collective
svd | - singular value solver context obtained from SVDCreate() | |
stop | - the type of stopping test |
-svd_stop_basic | - Sets the default stopping test | |
-svd_stop_user | - Selects the user-defined stopping test |
SVD_STOP_BASIC | - default stopping test | |
SVD_STOP_USER | - function set by SVDSetStoppingTestFunction() |