Searched defs:middleRows (Results 1 - 1 of 1) sorted by last modified time

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h477 inline RowsBlockXpr middleRows(Index startRow, Index n) function
482 /** This is the const version of middleRows(Index,Index).*/
483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const function
503 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N) function
508 /** This is the const version of middleRows<int>().*/
510 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N) const function

Completed in 83 milliseconds