Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java265 TOO_LARGE_CUTOFF_SINGULAR_VALUE("cutoff singular value is {0}, should be at most {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecompositionImpl.java223 LocalizedFormats.TOO_LARGE_CUTOFF_SINGULAR_VALUE, in getCovariance()