Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java117 INITIAL_ROW_AFTER_FINAL_ROW("initial row {0} after final row {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixUtils.java568 throw new MatrixIndexException(LocalizedFormats.INITIAL_ROW_AFTER_FINAL_ROW, in checkSubMatrixIndex()
DBigMatrixImpl.java606 throw new MatrixIndexException(LocalizedFormats.INITIAL_ROW_AFTER_FINAL_ROW, in getSubMatrix()
DAbstractFieldMatrix.java1057 throw new MatrixIndexException(LocalizedFormats.INITIAL_ROW_AFTER_FINAL_ROW, in checkSubMatrixIndex()