slepc-3.13.2 2020-05-12
SVDReasonView
Displays the reason an SVD solve converged or diverged.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDReasonView(SVD svd,PetscViewer viewer)
Collective on svd
Input Parameters
| svd | - the singular value solver context
|
| viewer | - the viewer to display the reason
|
Options Database Keys
| -svd_converged_reason | - print reason for convergence, and number of iterations
|
See Also
SVDSetTolerances(), SVDGetIterationNumber()
Location: src/svd/interface/svdview.c
Examples
src/svd/tutorials/ex14.c.html
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages