SVDGetThreshold#
Gets the threshold used by the threshold stopping test.
Synopsis#
#include "slepcsvd.h"
PetscErrorCode SVDGetThreshold(SVD svd,PetscReal *thres,PetscBool *rel)
Not Collective
Input Parameter#
svd - the singular value solver context
Output Parameters#
thres - the threshold
rel - whether the threshold is relative or not
See Also#
SVDSetThreshold()
Level#
advanced
Location#
Examples#
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages