Home | History | Annotate | Download | only in linear

Lines Matching defs:startRow

485                             final int startRow, final int endRow,
488 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
490 startRow, endRow, startColumn, endColumn);
491 for (int i = startRow; i <= endRow; ++i) {
503 final int startRow, final int endRow,
506 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
508 startRow, endRow, startColumn, endColumn);
509 for (int i = startRow; i <= endRow; ++i) {
552 final int startRow, final int endRow,
555 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
557 startRow, endRow, startColumn, endColumn);
559 for (int i = startRow; i <= endRow; ++i) {
570 final int startRow, final int endRow,
573 checkSubMatrixIndex(startRow, endRow, startColumn, endColumn);
575 startRow, endRow, startColumn, endColumn);
577 for (int i = startRow; i <= endRow; ++i) {