Searched defs:checkSubMatrixIndex (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractFieldMatrix.java291 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
310 checkSubMatrixIndex(selectedRows, selectedColumns);
336 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
379 checkSubMatrixIndex(selectedRows, selectedColumns);
812 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
830 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
876 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
894 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
1052 protected void checkSubMatrixIndex(final int startRow, final int endRow, method in class:AbstractFieldMatrix
1079 protected void checkSubMatrixIndex(fina method in class:AbstractFieldMatrix
[all...]
H A DMatrixUtils.java562 public static void checkSubMatrixIndex(final AnyMatrix m, method in class:MatrixUtils
591 public static void checkSubMatrixIndex(final AnyMatrix m, method in class:MatrixUtils

Completed in 112 milliseconds