| 318 | /** \returns an \link Eigen::ArrayBase Array \endlink expression of this matrix |
| 319 | * \sa ArrayBase::matrix() */ |
| 320 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper<Derived> array() { return ArrayWrapper<Derived>(derived()); } |
| 321 | /** \returns a const \link Eigen::ArrayBase Array \endlink expression of this matrix |
| 322 | * \sa ArrayBase::matrix() */ |
| 323 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ArrayWrapper<const Derived> array() const { |
no outgoing calls
no test coverage detected