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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h380 inline RowsBlockXpr topRows(Index n) function
385 /** This is the const version of topRows(Index).*/
386 inline ConstRowsBlockXpr topRows(Index n) const function
405 inline typename NRowsBlockXpr<N>::Type topRows(Index n = N) function
410 /** This is the const version of topRows<int>().*/
412 inline typename ConstNRowsBlockXpr<N>::Type topRows(Index n = N) const function

Completed in 1430 milliseconds