SVD_STOP_THRESHOLD#

The threshold stopping test.

Note#

When a threshold has been provided with SVDSetThreshold(), the termination of the outer loop is decided by calling SVDStoppingThreshold(), which will stop when one of the computed singular values is not above/below the threshold. If a number of wanted singular values has been specified via SVDSetDimensions() then it is also taken into account, and the solver will stop when one of the two conditions (threshold or number of converged values) is met.

See Also#

SVD: Singular Value Decomposition, SVDStop, SVDSetStoppingTest(), SVDStoppingThreshold(), SVDSetThreshold(), SVDSetDimensions()

Level#

advanced

Location#

include/slepcsvd.h


Index of all SVD routines Table of Contents for all manual pages Index of all manual pages