Lines Matching refs:bottomRows
428 inline RowsBlockXpr bottomRows(Index n)
433 /** This is the const version of bottomRows(Index).*/
434 inline ConstRowsBlockXpr bottomRows(Index n) const
453 inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N)
458 /** This is the const version of bottomRows<int>().*/
460 inline typename ConstNRowsBlockXpr<N>::Type bottomRows(Index n = N) const