Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java163 NOT_ADDITION_COMPATIBLE_MATRICES("{0}x{1} and {2}x{3} matrices are not addition compatible"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixUtils.java620 LocalizedFormats.NOT_ADDITION_COMPATIBLE_MATRICES, in checkAdditionCompatible()
DAbstractFieldMatrix.java1104 LocalizedFormats.NOT_ADDITION_COMPATIBLE_MATRICES, in checkAdditionCompatible()