maxOffDiag 699 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp const T absTol = tol * maxOffDiag (A); // Tolerance is in terms of the maximum maxOffDiag 711 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp } while (maxOffDiag(A) > absTol && numIter < maxIter); maxOffDiag 797 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp const T absTol = tol * maxOffDiag (A); // Tolerance is in terms of the maximum maxOffDiag 812 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp } while (maxOffDiag(A) > absTol && numIter < maxIter);