Home | History | Annotate | Download | only in linear

Lines Matching refs:startColumn

494                                  final int startColumn, final int endColumn)
496 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
498 startRow, endRow, startColumn, endColumn);
501 for (int j = startColumn; j <= endColumn; ++j) {
512 final int startColumn, final int endColumn)
514 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
516 startRow, endRow, startColumn, endColumn);
519 for (int j = startColumn; j <= endColumn; ++j) {
561 final int startColumn, final int endColumn)
563 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
565 startRow, endRow, startColumn, endColumn);
566 for (int j = startColumn; j <= endColumn; ++j) {
579 final int startColumn, final int endColumn)
581 MatrixUtils.checkSubMatrixIndex(this, startRow, endRow, startColumn, endColumn);
583 startRow, endRow, startColumn, endColumn);
584 for (int j = startColumn; j <= endColumn; ++j) {