slepc-3.6.3 2016-03-29
Report Typos and Errors

SVDMonitorConverged

Print the approximate values and error estimates as they converge.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDMonitorConverged(SVD svd,PetscInt its,PetscInt nconv,PetscReal *sigma,PetscReal *errest,PetscInt nest,void *monctx)
Collective on SVD

Input Parameters

svd - singular value solver context
its - iteration number
nconv - number of converged singular triplets so far
sigma - singular values
errest - error estimates
nest - number of error estimates to display
monctx - monitor context

Note

The monitor context must contain a struct with a PetscViewer and a PetscInt. In Fortran, pass a PETSC_NULL_OBJECT.

See Also

SVDMonitorSet(), SVDMonitorFirst(), SVDMonitorAll()

Location: src/svd/interface/svdmon.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages