|
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index i) |
| | Column or Row constructor.
|
| |
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol) |
| | Fixed-size constructor.
|
| |
|
EIGEN_DEVICE_FUNC | BlockImpl_dense (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) |
| | Dynamic-size constructor.
|
| |
|
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> |
| EIGEN_DEVICE_FUNC PacketScalar | packet (Index rowId, Index colId) const |
| |
|
template<int LoadMode> |
| EIGEN_DEVICE_FUNC void | writePacket (Index rowId, Index colId, const PacketScalar &val) |
| |
|
template<int LoadMode> |
| EIGEN_DEVICE_FUNC PacketScalar | packet (Index index) const |
| |
|
template<int LoadMode> |
| EIGEN_DEVICE_FUNC 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 |
| |