Lines Matching refs:Index
56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block()
62 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index bloc… in block()
80 inline Block<Derived> topRightCorner(Index cRows, Index cCols) in topRightCorner()
86 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const in topRightCorner()
132 inline Block<Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) in topRightCorner()
139 inline const Block<const Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) const in topRightCorner()
156 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
162 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
207 inline Block<Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
214 inline const Block<const Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner()
282 inline Block<Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
289 inline const Block<const Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner()
306 inline Block<Derived> bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner()
312 inline const Block<const Derived> bottomLeftCorner(Index cRows, Index cCols) const in bottomLeftCorner()
357 inline Block<Derived, CRows, CCols> bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner()
364 inline const Block<const Derived, CRows, CCols> bottomLeftCorner(Index cRows, Index cCols) const in bottomLeftCorner()
380 inline RowsBlockXpr topRows(Index n) in topRows()
386 inline ConstRowsBlockXpr topRows(Index n) const in topRows()
405 inline typename NRowsBlockXpr<N>::Type topRows(Index n = N)
412 inline typename ConstNRowsBlockXpr<N>::Type topRows(Index n = N) const
428 inline RowsBlockXpr bottomRows(Index n) in bottomRows()
434 inline ConstRowsBlockXpr bottomRows(Index n) const in bottomRows()
453 inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N)
460 inline typename ConstNRowsBlockXpr<N>::Type bottomRows(Index n = N) const
477 inline RowsBlockXpr middleRows(Index startRow, Index n) in middleRows()
483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const in middleRows()
503 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N)
510 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N) const
526 inline ColsBlockXpr leftCols(Index n) in leftCols()
532 inline ConstColsBlockXpr leftCols(Index n) const in leftCols()
551 inline typename NColsBlockXpr<N>::Type leftCols(Index n = N)
558 inline typename ConstNColsBlockXpr<N>::Type leftCols(Index n = N) const
574 inline ColsBlockXpr rightCols(Index n) in rightCols()
580 inline ConstColsBlockXpr rightCols(Index n) const in rightCols()
599 inline typename NColsBlockXpr<N>::Type rightCols(Index n = N)
606 inline typename ConstNColsBlockXpr<N>::Type rightCols(Index n = N) const
623 inline ColsBlockXpr middleCols(Index startCol, Index numCols) in middleCols()
629 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const in middleCols()
649 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N)
656 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) const
680 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) in block()
687 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) const in block()
712 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block()
713 Index blockRows, Index blockCols) in block()
720 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block()
721 … Index blockRows, Index blockCols) const in block()
732 inline ColXpr col(Index i) in col()
738 inline ConstColXpr col(Index i) const in col()
749 inline RowXpr row(Index i) in row()
755 inline ConstRowXpr row(Index i) const in row()
776 inline SegmentReturnType segment(Index start, Index n) in segment()
784 inline ConstSegmentReturnType segment(Index start, Index n) const in segment()
805 inline SegmentReturnType head(Index n) in head()
812 inline ConstSegmentReturnType head(Index n) const in head()
833 inline SegmentReturnType tail(Index n) in tail()
840 inline ConstSegmentReturnType tail(Index n) const in tail()
863 inline typename FixedSegmentReturnType<N>::Type segment(Index start, Index n = N)
871 inline typename ConstFixedSegmentReturnType<N>::Type segment(Index start, Index n = N) const
893 inline typename FixedSegmentReturnType<N>::Type head(Index n = N)
901 inline typename ConstFixedSegmentReturnType<N>::Type head(Index n = N) const
923 inline typename FixedSegmentReturnType<N>::Type tail(Index n = N)
931 inline typename ConstFixedSegmentReturnType<N>::Type tail(Index n = N) const