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.
| # | Name | Description |
|---|---|---|
| 1 | B | Defines B vector in the A*X=B equation. |
| 2 | X | Defines X vector in the A*X=B equation. |
| 3 | Transp | If 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.