Home | History | Annotate | Download | only in linear

Lines Matching refs:startColumn

486                             final int startColumn, final int endColumn)
488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
490 startRow, endRow, startColumn, endColumn);
493 for (int j = startColumn; j <= endColumn; ++j) {
504 final int startColumn, final int endColumn)
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
508 startRow, endRow, startColumn, endColumn);
511 for (int j = startColumn; j <= endColumn; ++j) {
553 final int startColumn, final int endColumn)
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
557 startRow, endRow, startColumn, endColumn);
558 for (int j = startColumn; j <= endColumn; ++j) {
571 final int startColumn, final int endColumn)
573 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
575 startRow, endRow, startColumn, endColumn);
576 for (int j = startColumn; j <= endColumn; ++j) {