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