Searched defs:bottomRows (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h488 inline RowsBlockXpr bottomRows(Index n) function
493 /// This is the const version of bottomRows(Index).
495 inline ConstRowsBlockXpr bottomRows(Index n) const function
517 inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N) function
522 /// This is the const version of bottomRows<int>().
525 inline typename ConstNRowsBlockXpr<N>::Type bottomRows(Index n = N) const function

Completed in 26 milliseconds