|  | 
| EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index i) | 
|  | 
| EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol) | 
|  | 
| EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) | 
|  | 
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CoeffReturnType | coeff (Index rowId, Index colId) const | 
|  | 
| EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index index) const | 
|  | 
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index rowId, Index colId) | 
|  | 
| EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index rowId, Index colId) const | 
|  | 
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) | 
|  | 
| EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index index) const | 
|  | 
| EIGEN_DEVICE_FUNC Index | cols () const | 
|  | 
| EIGEN_DEVICE_FUNC const internal::remove_all< XprTypeNested >::type & | nestedExpression () const | 
|  | 
| EIGEN_DEVICE_FUNC XprType & | nestedExpression () | 
|  | 
| template<int LoadMode> | 
| PacketScalar | packet (Index rowId, Index colId) const | 
|  | 
| template<int LoadMode> | 
| PacketScalar | packet (Index index) const | 
|  | 
| EIGEN_DEVICE_FUNC Index | rows () const | 
|  | 
| EIGEN_DEVICE_FUNC StorageIndex | startCol () const | 
|  | 
| EIGEN_DEVICE_FUNC StorageIndex | startRow () const | 
|  | 
| template<int LoadMode> | 
| void | writePacket (Index rowId, Index colId, const PacketScalar &val) | 
|  | 
| template<int LoadMode> | 
| void | writePacket (Index index, const PacketScalar &val) | 
|  | 
template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
class Eigen::internal::BlockImpl_dense< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess >
Definition at line 63 of file Block.h.