| 253 | |
| 254 | /** \returns a const pointer to the data array of this matrix */ |
| 255 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar *data() const |
| 256 | { return m_storage.data(); } |
| 257 | |
| 258 | /** \returns a pointer to the data array of this matrix */ |
| 259 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar *data() |
no outgoing calls
no test coverage detected