Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java116 INITIAL_COLUMN_AFTER_FINAL_COLUMN("initial column {0} after final column {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixUtils.java575 throw new MatrixIndexException(LocalizedFormats.INITIAL_COLUMN_AFTER_FINAL_COLUMN, in checkSubMatrixIndex()
DBigMatrixImpl.java613 throw new MatrixIndexException(LocalizedFormats.INITIAL_COLUMN_AFTER_FINAL_COLUMN, in getSubMatrix()
DAbstractFieldMatrix.java1064 throw new MatrixIndexException(LocalizedFormats.INITIAL_COLUMN_AFTER_FINAL_COLUMN, in checkSubMatrixIndex()