TSparseMtx.ResidualNorm Method

function ResidualNorm(const B: TVec; const X: TVec; Transp: Boolean): Double;

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

#NameDescription
1BDefines B vector in the A*X=B equation.
2XDefines X vector in the A*X=B equation.
3TranspIf true, treat A (calling matrix) as transposed matrix.

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