Searched refs:maxAbsoluteValue (Results 1 – 1 of 1) sorted by relevance
486 double maxAbsoluteValue=0.0; in findEigenVectors() local488 if (FastMath.abs(realEigenvalues[i])>maxAbsoluteValue) { in findEigenVectors()489 maxAbsoluteValue=FastMath.abs(realEigenvalues[i]); in findEigenVectors()491 if (FastMath.abs(e[i])>maxAbsoluteValue) { in findEigenVectors()492 maxAbsoluteValue=FastMath.abs(e[i]); in findEigenVectors()496 if (maxAbsoluteValue!=0.0) { in findEigenVectors()498 if (FastMath.abs(realEigenvalues[i])<=MathUtils.EPSILON*maxAbsoluteValue) { in findEigenVectors()501 if (FastMath.abs(e[i])<=MathUtils.EPSILON*maxAbsoluteValue) { in findEigenVectors()596 maxAbsoluteValue=0.0; in findEigenVectors()598 if (FastMath.abs(realEigenvalues[i])>maxAbsoluteValue) { in findEigenVectors()[all …]