Fix compilation failures on constexpr matrices with GCC 14
DenseBase must have a trivial default constructor. constexpr DenseBase() {}
is not sufficient.
DenseBase must have a trivial default constructor. constexpr DenseBase() {}
is not sufficient.