Lines Matching refs:Index
64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block()
71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) … in block()
92 inline BlockXpr topRightCorner(Index cRows, Index cCols) in topRightCorner()
99 inline const ConstBlockXpr topRightCorner(Index cRows, Index cCols) const in topRightCorner()
151 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner()
158 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols… in topRightCorner()
178 inline BlockXpr topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
185 inline const ConstBlockXpr topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
236 inline typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
243 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols)… in topLeftCorner()
263 inline BlockXpr bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
270 inline const ConstBlockXpr bottomRightCorner(Index cRows, Index cCols) const in bottomRightCorner()
321 inline typename FixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cCols) in bottomRightCorner()
328 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomRightCorner(Index cRows, Index cC… in bottomRightCorner()
348 inline BlockXpr bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner()
355 inline const ConstBlockXpr bottomLeftCorner(Index cRows, Index cCols) const in bottomLeftCorner()
406 inline typename FixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCols) in bottomLeftCorner()
413 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type bottomLeftCorner(Index cRows, Index cCo… in bottomLeftCorner()
432 inline RowsBlockXpr topRows(Index n) in topRows()
439 inline ConstRowsBlockXpr topRows(Index n) const in topRows()
461 inline typename NRowsBlockXpr<N>::Type topRows(Index n = N)
469 inline typename ConstNRowsBlockXpr<N>::Type topRows(Index n = N) const
488 inline RowsBlockXpr bottomRows(Index n) in bottomRows()
495 inline ConstRowsBlockXpr bottomRows(Index n) const in bottomRows()
517 inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N)
525 inline typename ConstNRowsBlockXpr<N>::Type bottomRows(Index n = N) const
545 inline RowsBlockXpr middleRows(Index startRow, Index n) in middleRows()
552 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const in middleRows()
575 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N)
583 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow, Index n = N) const
602 inline ColsBlockXpr leftCols(Index n) in leftCols()
609 inline ConstColsBlockXpr leftCols(Index n) const in leftCols()
631 inline typename NColsBlockXpr<N>::Type leftCols(Index n = N)
639 inline typename ConstNColsBlockXpr<N>::Type leftCols(Index n = N) const
658 inline ColsBlockXpr rightCols(Index n) in rightCols()
665 inline ConstColsBlockXpr rightCols(Index n) const in rightCols()
687 inline typename NColsBlockXpr<N>::Type rightCols(Index n = N)
695 inline typename ConstNColsBlockXpr<N>::Type rightCols(Index n = N) const
715 inline ColsBlockXpr middleCols(Index startCol, Index numCols) in middleCols()
722 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const in middleCols()
745 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N)
753 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol, Index n = N) const
780 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) in block()
788 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) c… in block()
815 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
816 Index blockRows, Index blockCols) in block()
823 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
824 … Index blockRows, Index blockCols) const in block()
838 inline ColXpr col(Index i) in col()
845 inline ConstColXpr col(Index i) const in col()
859 inline RowXpr row(Index i) in row()
866 inline ConstRowXpr row(Index i) const in row()
888 inline SegmentReturnType segment(Index start, Index n) in segment()
897 inline ConstSegmentReturnType segment(Index start, Index n) const in segment()
919 inline SegmentReturnType head(Index n) in head()
927 inline ConstSegmentReturnType head(Index n) const in head()
949 inline SegmentReturnType tail(Index n) in tail()
957 inline ConstSegmentReturnType tail(Index n) const in tail()
981 inline typename FixedSegmentReturnType<N>::Type segment(Index start, Index n = N)
990 inline typename ConstFixedSegmentReturnType<N>::Type segment(Index start, Index n = N) const
1013 inline typename FixedSegmentReturnType<N>::Type head(Index n = N)
1022 inline typename ConstFixedSegmentReturnType<N>::Type head(Index n = N) const
1045 inline typename FixedSegmentReturnType<N>::Type tail(Index n = N)
1054 inline typename ConstFixedSegmentReturnType<N>::Type tail(Index n = N) const