| 146 | * \sa MatrixBase::array() */ |
| 147 | EIGEN_DEVICE_FUNC |
| 148 | MatrixWrapper<Derived> matrix() { return MatrixWrapper<Derived>(derived()); } |
| 149 | EIGEN_DEVICE_FUNC |
| 150 | const MatrixWrapper<const Derived> matrix() const { return MatrixWrapper<const Derived>(derived()); } |
| 151 |
no outgoing calls