Searched refs:checkSubMatrixIndex (Results 1 - 8 of 8) 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 DArray2DRowRealMatrix.java496 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
514 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
563 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
581 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
H A DRealMatrixImpl.java504 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
522 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
571 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
589 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
H A DAbstractRealMatrix.java265 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
284 MatrixUtils.checkSubMatrixIndex(this, selectedRows, selectedColumns);
310 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
353 MatrixUtils.checkSubMatrixIndex(this, selectedRows, selectedColumns);
815 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
834 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
881 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
900 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
H A DArray2DRowFieldMatrix.java488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
573 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
H A DBlockFieldMatrix.java684 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
819 checkSubMatrixIndex(row, endRow, column, endColumn);
1486 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
1516 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
1598 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
1628 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
H A DBlockRealMatrix.java709 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
845 MatrixUtils.checkSubMatrixIndex(this, row, endRow, column, endColumn);
1506 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
1536 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
1618 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
1648 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
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 729 milliseconds