The function compute the relative distance from the past to the current iteration of matrix A, with respect to the relative tolerance if at the current iteration matrix A is not null. Otherwise the absolute error is checked. Then the vector a is checked in the same way.
OBRECheckTolParameters(matANew, matAOld, nvANew, nvAOld, nRelTol, nAbsTol)A flag indicating if condition on matrix A and vector a are both satisfied.
Matrix A at the current iteration.
Matrix A at the past iteration.
Vector a at the current iteration.
Vector a at the past iteration.
Relative tolerance.
Absolute tolerance.