Home | History | Annotate | Download | only in plugins

Lines Matching refs:Index

52   * \sa class Block, block(Index,Index)
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols)
59 /** This is the const version of block(Index,Index,Index,Index). */
60 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const
76 * \sa class Block, block(Index,Index,Index,Index)
78 inline Block<Derived> topRightCorner(Index cRows, Index cCols)
83 /** This is the const version of topRightCorner(Index, Index).*/
84 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const
96 * \sa class Block, block(Index,Index,Index,Index)
122 * \sa class Block, block(Index,Index,Index,Index)
124 inline Block<Derived> topLeftCorner(Index cRows, Index cCols)
129 /** This is the const version of topLeftCorner(Index, Index).*/
130 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const
142 * \sa class Block, block(Index,Index,Index,Index)
167 * \sa class Block, block(Index,Index,Index,Index)
169 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols)
174 /** This is the const version of bottomRightCorner(Index, Index).*/
175 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const
187 * \sa class Block, block(Index,Index,Index,Index)
212 * \sa class Block, block(Index,Index,Index,Index)
214 inline Block<Derived> bottomLeftCorner(Index cRows, Index cCols)
219 /** This is the const version of bottomLeftCorner(Index, Index).*/
220 inline const Block<const Derived> bottomLeftCorner(Index cRows, Index cCols) const
232 * \sa class Block, block(Index,Index,Index,Index)
256 * \sa class Block, block(Index,Index,Index,Index)
258 inline RowsBlockXpr topRows(Index n)
263 /** This is the const version of topRows(Index).*/
264 inline ConstRowsBlockXpr topRows(Index n) const
276 * \sa class Block, block(Index,Index,Index,Index)
300 * \sa class Block, block(Index,Index,Index,Index)
302 inline RowsBlockXpr bottomRows(Index n)
307 /** This is the const version of bottomRows(Index).*/
308 inline ConstRowsBlockXpr bottomRows(Index n) const
320 * \sa class Block, block(Index,Index,Index,Index)
339 * \param startRow the index of the first row in the block
345 * \sa class Block, block(Index,Index,Index,Index)
347 inline RowsBlockXpr middleRows(Index startRow, Index numRows)
352 /** This is the const version of middleRows(Index,Index).*/
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const
361 * \param startRow the index of the first row in the block
366 * \sa class Block, block(Index,Index,Index,Index)
369 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow)
376 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow) const
390 * \sa class Block, block(Index,Index,Index,Index)
392 inline ColsBlockXpr leftCols(Index n)
397 /** This is the const version of leftCols(Index).*/
398 inline ConstColsBlockXpr leftCols(Index n) const
410 * \sa class Block, block(Index,Index,Index,Index)
434 * \sa class Block, block(Index,Index,Index,Index)
436 inline ColsBlockXpr rightCols(Index n)
441 /** This is the const version of rightCols(Index).*/
442 inline ConstColsBlockXpr rightCols(Index n) const
454 * \sa class Block, block(Index,Index,Index,Index)
473 * \param startCol the index of the first column in the block
479 * \sa class Block, block(Index,Index,Index,Index)
481 inline ColsBlockXpr middleCols(Index startCol, Index numCols)
486 /** This is the const version of middleCols(Index,Index).*/
487 Index startCol, Index numCols) const
495 * \param startCol the index of the first column in the block
500 * \sa class Block, block(Index,Index,Index,Index)
503 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol)
510 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol) const
531 * \sa class Block, block(Index,Index,Index,Index)
534 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol)
539 /** This is the const version of block<>(Index, Index). */
541 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) const
552 inline ColXpr col(Index i)
558 inline ConstColXpr col(Index i) const
569 inline RowXpr row(Index i)
575 inline ConstRowXpr row(Index i) const