| 66 | } |
| 67 | |
| 68 | EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); } |
| 69 | EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); } |
| 70 | |
| 71 | EIGEN_DEVICE_FUNC inline const Scalar& coeffRef(Index rowId, Index colId) const { |