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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h432 inline RowsBlockXpr topRows(Index n) function
437 /// This is the const version of topRows(Index).
439 inline ConstRowsBlockXpr topRows(Index n) const function
461 inline typename NRowsBlockXpr<N>::Type topRows(Index n = N) function
466 /// This is the const version of topRows<int>().
469 inline typename ConstNRowsBlockXpr<N>::Type topRows(Index n = N) const function

Completed in 143 milliseconds