| 130 | */ |
| 131 | EIGEN_DEVICE_FUNC |
| 132 | EIGEN_STRONG_INLINE Array() : Base() |
| 133 | { |
| 134 | Base::_check_template_params(); |
| 135 | EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED |
| 136 | } |
| 137 | |
| 138 | #ifndef EIGEN_PARSED_BY_DOXYGEN |
| 139 | // FIXME is it still needed ?? |
nothing calls this directly
no test coverage detected