Home | History | Annotate | Download | only in plugins

Lines Matching refs:middleRows

477 inline RowsBlockXpr middleRows(Index startRow, Index n)
482 /** This is the const version of middleRows(Index,Index).*/
483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const
503 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N)
508 /** This is the const version of middleRows<int>().*/
510 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N) const