Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSparseFieldMatrix.java107 checkColumnIndex(column); in addToEntry()
141 checkColumnIndex(column); in getEntry()
156 checkColumnIndex(column); in multiplyEntry()
172 checkColumnIndex(column); in setEntry()
DOpenMapRealMatrix.java228 MatrixUtils.checkColumnIndex(this, column); in getEntry()
243 MatrixUtils.checkColumnIndex(this, column); in setEntry()
256 MatrixUtils.checkColumnIndex(this, column); in addToEntry()
271 MatrixUtils.checkColumnIndex(this, column); in multiplyEntry()
DAbstractFieldMatrix.java421 checkColumnIndex(column); in setSubMatrix()
423 checkColumnIndex(nCols + column - 1); in setSubMatrix()
470 checkColumnIndex(column); in getColumnMatrix()
485 checkColumnIndex(column); in setColumnMatrix()
532 checkColumnIndex(column); in setColumnVector()
581 checkColumnIndex(column); in getColumn()
596 checkColumnIndex(column); in setColumn()
1034 protected void checkColumnIndex(final int column) in checkColumnIndex() method in AbstractFieldMatrix
1061 checkColumnIndex(startColumn); in checkSubMatrixIndex()
1062 checkColumnIndex(endColumn); in checkSubMatrixIndex()
[all …]
DBigMatrixImpl.java610 MatrixUtils.checkColumnIndex(this, startColumn); in getSubMatrix()
611 MatrixUtils.checkColumnIndex(this, endColumn); in getSubMatrix()
667 MatrixUtils.checkColumnIndex(this, column); in getSubMatrix()
736 MatrixUtils.checkColumnIndex(this, column); in setSubMatrix()
738 MatrixUtils.checkColumnIndex(this, nCols + column - 1); in setSubMatrix()
773 MatrixUtils.checkColumnIndex(this, column); in getColumnMatrix()
832 MatrixUtils.checkColumnIndex(this, col); in getColumn()
853 MatrixUtils.checkColumnIndex(this, col); in getColumnAsDoubleArray()
DAbstractRealMatrix.java395 MatrixUtils.checkColumnIndex(this, column);
397 MatrixUtils.checkColumnIndex(this, nCols + column - 1);
446 MatrixUtils.checkColumnIndex(this, column);
461 MatrixUtils.checkColumnIndex(this, column);
508 MatrixUtils.checkColumnIndex(this, column);
557 MatrixUtils.checkColumnIndex(this, column);
572 MatrixUtils.checkColumnIndex(this, column);
DMatrixUtils.java543 public static void checkColumnIndex(final AnyMatrix m, final int column) in checkColumnIndex() method in MatrixUtils
572 checkColumnIndex(m, startColumn); in checkSubMatrixIndex()
573 checkColumnIndex(m, endColumn); in checkSubMatrixIndex()
605 checkColumnIndex(m, column); in checkSubMatrixIndex()
DBlockRealMatrix.java982 MatrixUtils.checkColumnIndex(this, column); in getColumnMatrix()
1033 MatrixUtils.checkColumnIndex(this, column); in setColumnMatrix()
1103 MatrixUtils.checkColumnIndex(this, column); in getColumnVector()
1188 MatrixUtils.checkColumnIndex(this, column); in getColumn()
1213 MatrixUtils.checkColumnIndex(this, column); in setColumn()
DBlockFieldMatrix.java956 checkColumnIndex(column); in getColumnMatrix()
1007 checkColumnIndex(column); in setColumnMatrix()
1077 checkColumnIndex(column); in getColumnVector()
1162 checkColumnIndex(column); in getColumn()
1187 checkColumnIndex(column); in setColumn()