You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > TSparseMtx.ResidualNorm Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.ResidualNorm Method

The residual norm of the solution of the system of linear equations A*X=B.

Pascal
function ResidualNorm(const B: TVec; const X: TVec; Transp: boolean = False): double;
Parameters 
Description 
Defines B vector in the A*X=B equation. 
Defines X vector in the A*X=B equation. 
Transp 
If true, treat A (calling matrix) as transposed matrix. 

the residual norm of the solution of the system of linear equations A*X=B, where A is calling sparse matrix.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!