Home | History | Annotate | Download | only in Eigen2Support

Lines Matching refs:Index

30   * \sa class Block, block(Index,Index,Index,Index)
34 ::corner(CornerType type, Index cRows, Index cCols)
51 /** This is the const version of corner(CornerType, Index, Index).*/
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const
81 * \sa class Block, block(Index,Index,Index,Index)