SVDStop#
The stopping test to decide the termination of the outer loop of the singular value solver.
Synopsis#
typedef enum { SVD_STOP_BASIC,
SVD_STOP_USER,
SVD_STOP_THRESHOLD } SVDStop;
Values#
SVD_STOP_BASIC- default stopping testSVD_STOP_USER- user-provided stopping testSVD_STOP_THRESHOLD- threshold stopping test
See Also#
SVD: Singular Value Decomposition, SVDSetStoppingTest(), SVDSetStoppingTestFunction()
Level#
advanced
Location#
Examples#
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages