#include <Block.h>
|
| 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 Index | rows () const |
| |
| EIGEN_DEVICE_FUNC Index | cols () const |
| |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index rowId, Index colId) |
| |
| EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index rowId, Index colId) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CoeffReturnType | coeff (Index rowId, Index colId) const |
| |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) |
| |
| EIGEN_DEVICE_FUNC const Scalar & | coeffRef (Index index) const |
| |
| EIGEN_DEVICE_FUNC 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) |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all< XprTypeNested >::type & | nestedExpression () const |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE XprType & | nestedExpression () |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex | startRow () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR StorageIndex | startCol () const EIGEN_NOEXCEPT |
| |
◆ Base
◆ BlockImpl_dense() [1/3]
Column or Row constructor
◆ BlockImpl_dense() [2/3]
◆ BlockImpl_dense() [3/3]
◆ coeff() [1/2]
◆ coeff() [2/2]
◆ coeffRef() [1/4]
◆ coeffRef() [2/4]
◆ coeffRef() [3/4]
◆ coeffRef() [4/4]
◆ cols()
◆ nestedExpression() [1/2]
◆ nestedExpression() [2/2]
◆ packet() [1/2]
◆ packet() [2/2]
◆ rows()
◆ startCol()
◆ startRow()
◆ writePacket() [1/2]
◆ writePacket() [2/2]
◆ m_blockCols
◆ m_blockRows
◆ m_startCol
◆ m_startRow
◆ m_xpr
The documentation for this class was generated from the following file:
- core/util/algorithms/eigen-3.4.0/Eigen/src/Core/Block.h