#include "slepcsvd.h" PetscErrorCode SVDGetConvergedReason(SVD svd,SVDConvergedReason *reason)Not Collective
SVD_CONVERGED_TOL | - converged up to tolerance | |
SVD_DIVERGED_ITS | - required more than its to reach convergence | |
SVD_DIVERGED_BREAKDOWN | - generic breakdown in method |
Notes: Can only be called after the call to SVDSolve() is complete.
Location: src/svd/interface/svdsolve.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages