#include "slepcsvd.h" PetscErrorCode SVDConvMonitorSetFromOptions(SVD svd,const char name[],const char help[],const char manual[],PetscErrorCode (*monitor)(SVD,PetscInt,PetscInt,PetscReal*,PetscReal*,PetscInt,SlepcConvMonitor))Collective on svd
svd | - the singular value solver context | |
name | - the monitor option name | |
help | - message indicating what monitoring is done | |
manual | - manual page for the monitor | |
monitor | - the monitor function, whose context is a SlepcConvMonitor |
Location: src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages