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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h715 inline ColsBlockXpr middleCols(Index startCol, Index numCols) function
720 /// This is the const version of middleCols(Index,Index).
722 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const function
745 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) function
750 /// This is the const version of middleCols<int>().
753 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) const function

Completed in 172 milliseconds