I would like to know if it is possible to automatically construct/initialize at compilation a static const Eigen::Matrix ? I guess this mandatorily requires a constexpr CTOR for all Eigen::Matrix types, among other things. However, I found in the Eigen3 doxy no information about any constexpr methods.
Can anybody quote or answer these statement/question ?