|
| BlockImpl_dense (XprType &xpr, Index i) |
| Column or Row constructor.
|
|
| BlockImpl_dense (XprType &xpr, Index a_startRow, Index a_startCol) |
| Fixed-size constructor.
|
|
| BlockImpl_dense (XprType &xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) |
| Dynamic-size constructor.
|
|
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 |
|
The documentation for this class was generated from the following file:
- vendor/eigen/Eigen/src/Core/Block.h