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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h428 inline RowsBlockXpr bottomRows(Index n) function
433 /** This is the const version of bottomRows(Index).*/
434 inline ConstRowsBlockXpr bottomRows(Index n) const function
453 inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N) function
458 /** This is the const version of bottomRows<int>().*/
460 inline typename ConstNRowsBlockXpr<N>::Type bottomRows(Index n = N) const function

Completed in 297 milliseconds