Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSparseFieldMatrix.java106 checkRowIndex(row); in addToEntry()
140 checkRowIndex(row); in getEntry()
155 checkRowIndex(row); in multiplyEntry()
171 checkRowIndex(row); in setEntry()
DOpenMapRealMatrix.java227 MatrixUtils.checkRowIndex(this, row); in getEntry()
242 MatrixUtils.checkRowIndex(this, row); in setEntry()
255 MatrixUtils.checkRowIndex(this, row); in addToEntry()
270 MatrixUtils.checkRowIndex(this, row); in multiplyEntry()
DAbstractFieldMatrix.java420 checkRowIndex(row); in setSubMatrix()
422 checkRowIndex(nRows + row - 1); in setSubMatrix()
437 checkRowIndex(row); in getRowMatrix()
452 checkRowIndex(row); in setRowMatrix()
509 checkRowIndex(row); in setRowVector()
549 checkRowIndex(row); in getRow()
564 checkRowIndex(row); in setRow()
1022 protected void checkRowIndex(final int row) { in checkRowIndex() method in AbstractFieldMatrix
1054 checkRowIndex(startRow); in checkSubMatrixIndex()
1055 checkRowIndex(endRow); in checkSubMatrixIndex()
[all …]
DBigMatrixImpl.java603 MatrixUtils.checkRowIndex(this, startRow); in getSubMatrix()
604 MatrixUtils.checkRowIndex(this, endRow); in getSubMatrix()
664 MatrixUtils.checkRowIndex(this, row); in getSubMatrix()
735 MatrixUtils.checkRowIndex(this, row); in setSubMatrix()
737 MatrixUtils.checkRowIndex(this, nRows + row - 1); in setSubMatrix()
757 MatrixUtils.checkRowIndex(this, row); in getRowMatrix()
793 MatrixUtils.checkRowIndex(this, row); in getRow()
812 MatrixUtils.checkRowIndex(this, row); in getRowAsDoubleArray()
DAbstractRealMatrix.java394 MatrixUtils.checkRowIndex(this, row);
396 MatrixUtils.checkRowIndex(this, nRows + row - 1);
413 MatrixUtils.checkRowIndex(this, row);
428 MatrixUtils.checkRowIndex(this, row);
485 MatrixUtils.checkRowIndex(this, row);
525 MatrixUtils.checkRowIndex(this, row);
540 MatrixUtils.checkRowIndex(this, row);
DMatrixUtils.java530 public static void checkRowIndex(final AnyMatrix m, final int row) { in checkRowIndex() method in MatrixUtils
565 checkRowIndex(m, startRow); in checkSubMatrixIndex()
566 checkRowIndex(m, endRow); in checkSubMatrixIndex()
602 checkRowIndex(m, row); in checkSubMatrixIndex()
DBlockRealMatrix.java891 MatrixUtils.checkRowIndex(this, row); in getRowMatrix()
944 MatrixUtils.checkRowIndex(this, row); in setRowMatrix()
1069 MatrixUtils.checkRowIndex(this, row); in getRowVector()
1139 MatrixUtils.checkRowIndex(this, row); in getRow()
1162 MatrixUtils.checkRowIndex(this, row); in setRow()
DBlockFieldMatrix.java865 checkRowIndex(row); in getRowMatrix()
918 checkRowIndex(row); in setRowMatrix()
1043 checkRowIndex(row); in getRowVector()
1113 checkRowIndex(row); in getRow()
1136 checkRowIndex(row); in setRow()