Home
last modified time | relevance | path

Searched refs:checkSubMatrixIndex (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractFieldMatrix.java291 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in getSubMatrix()
310 checkSubMatrixIndex(selectedRows, selectedColumns); in getSubMatrix()
336 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in copySubMatrix()
379 checkSubMatrixIndex(selectedRows, selectedColumns); in copySubMatrix()
812 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
830 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
876 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
894 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
1052 protected void checkSubMatrixIndex(final int startRow, final int endRow, in checkSubMatrixIndex() method in AbstractFieldMatrix
1079 protected void checkSubMatrixIndex(final int[] selectedRows, final int[] selectedColumns) { in checkSubMatrixIndex() method in AbstractFieldMatrix
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);
DRealMatrixImpl.java504 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
522 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
571 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
589 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
DArray2DRowRealMatrix.java496 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
514 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
563 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
581 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
DArray2DRowFieldMatrix.java488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
573 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInColumnOrder()
DBlockRealMatrix.java709 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in getSubMatrix()
845 MatrixUtils.checkSubMatrixIndex(this, row, endRow, column, endColumn); in setSubMatrix()
1506 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1536 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1618 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInOptimizedOrder()
1648 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn); in walkInOptimizedOrder()
DBlockFieldMatrix.java684 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in getSubMatrix()
819 checkSubMatrixIndex(row, endRow, column, endColumn); in setSubMatrix()
1486 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1516 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInRowOrder()
1598 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInOptimizedOrder()
1628 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn); in walkInOptimizedOrder()
DMatrixUtils.java562 public static void checkSubMatrixIndex(final AnyMatrix m, in checkSubMatrixIndex() method in MatrixUtils
591 public static void checkSubMatrixIndex(final AnyMatrix m, in checkSubMatrixIndex() method in MatrixUtils