| 482 | |
| 483 | EIGEN_DEVICE_FUNC |
| 484 | EIGEN_STRONG_INLINE PlainObjectBase() : m_storage() |
| 485 | { |
| 486 | // _check_template_params(); |
| 487 | // EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED |
| 488 | } |
| 489 | |
| 490 | #ifndef EIGEN_PARSED_BY_DOXYGEN |
| 491 | // FIXME is it still needed ? |
nothing calls this directly
no test coverage detected