| 259 | */ |
| 260 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE |
| 261 | Matrix() : Base() |
| 262 | { |
| 263 | EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED |
| 264 | } |
| 265 | |
| 266 | // FIXME is it still needed |
| 267 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE |
nothing calls this directly
no test coverage detected