Home
last modified time | relevance | path

Searched refs:absolutePositivityThreshold (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.java105 final double absolutePositivityThreshold) { in CholeskyDecomposition() argument
140 if (ltI[i] <= absolutePositivityThreshold) { in CholeskyDecomposition()
141 … throw new NonPositiveDefiniteMatrixException(ltI[i], i, absolutePositivityThreshold); in CholeskyDecomposition()