#include "slepcsvd.h" PetscErrorCode SVDSetStoppingTestFunction(SVD svd,SVDStoppingTestFn *stop,void* ctx,PetscErrorCode (*destroy)(void*))Logically Collective
| svd | - singular value solver context obtained from SVDCreate() | |
| stop | - the stopping test function, see SVDStoppingTestFn for the calling sequence | |
| ctx | - context for private data for the stopping routine (may be NULL) | |
| destroy | - a routine for destroying the context (may be NULL) |