| 145 | } |
| 146 | |
| 147 | EIGEN_DEVICE_FUNC constexpr ScalarWithConstIfNotLvalue* data() { return m_expression.data(); } |
| 148 | EIGEN_DEVICE_FUNC constexpr const Scalar* data() const { return m_expression.data(); } |
| 149 | |
| 150 | EIGEN_DEVICE_FUNC inline const Scalar& coeffRef(Index rowId, Index colId) const { |