Home
last modified time | relevance | path

Searched refs:relativeSymmetryThreshold (Results 1 – 1 of 1) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DCholeskyDecomposition.java104 final double relativeSymmetryThreshold, in CholeskyDecomposition() argument
126 relativeSymmetryThreshold * FastMath.max(FastMath.abs(lIJ), FastMath.abs(lJI)); in CholeskyDecomposition()
128 throw new NonSymmetricMatrixException(i, j, relativeSymmetryThreshold); in CholeskyDecomposition()