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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h623 inline ColsBlockXpr middleCols(Index startCol, Index numCols) function
628 /** This is the const version of middleCols(Index,Index).*/
629 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const function
649 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) function
654 /** This is the const version of middleCols<int>().*/
656 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) const function

Completed in 267 milliseconds