Home | History | Annotate | Download | only in plugins

Lines Matching refs:middleCols

623 inline ColsBlockXpr middleCols(Index startCol, Index numCols)
628 /** This is the const version of middleCols(Index,Index).*/
629 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const
649 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N)
654 /** This is the const version of middleCols<int>().*/
656 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) const