You are here: Symbol Reference > Sparse Namespace > Structs, Records, Enums > Sparse.TConvergenceCheck Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Sparse.TConvergenceCheck Enumeration

The criteria for convergence check.

Pascal
TConvergenceCheck = ( cvcNorm2, cvcNorm2InvA );
Members 
Description 
cvcNorm2 
Iteration stops when the 2-norm of the residual divided by the 2-norm of the right-hand side is less than the value of the Tolerance property. 
cvcNorm2InvA 
Iteration stops when the 2-norm of M-inv times the residual divided by the 2-norm of M-inv times the right hand side is less than then value of Tolerance property, where M-inv is the inverse of the diagonal of A. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!