Block.h | 16 /** \returns a dynamic-size expression of a corner of *this. 18 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight, 20 * \param cRows the number of rows in the corner 21 * \param cCols the number of columns in the corner 34 ::corner(CornerType type, Index cRows, Index cCols) function in class:Eigen::DenseBase 39 eigen_assert(false && "Bad corner type."); 51 /** This is the const version of corner(CornerType, Index, Index).*/ 54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const function in class:Eigen::DenseBase 59 eigen_assert(false && "Bad corner type."); 71 /** \returns a fixed-size expression of a corner of *this 86 DenseBase<Derived>::corner(CornerType type) function in class:Eigen::DenseBase 107 DenseBase<Derived>::corner(CornerType type) const function in class:Eigen::DenseBase [all...] |