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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h574 inline ColsBlockXpr rightCols(Index n) function
579 /** This is the const version of rightCols(Index).*/
580 inline ConstColsBlockXpr rightCols(Index n) const function
599 inline typename NColsBlockXpr<N>::Type rightCols(Index n = N) function
604 /** This is the const version of rightCols<int>().*/
606 inline typename ConstNColsBlockXpr<N>::Type rightCols(Index n = N) const function

Completed in 70 milliseconds