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