25 static constexpr std::array<std::array<t_real, 1>, 2> GaussLegendre_1{{{{0}},
31 static constexpr std::array<std::array<t_real, 2>, 2> GaussLegendre_2{{{{-0.577350269189626, 0.577350269189626}},
37 static constexpr std::array<std::array<t_real, 3>, 2> GaussLegendre_3{{{{-0.774596669241483, 0, 0.774596669241483}},
38 {{0.555555555555555, 0.888888888888889, 0.555555555555555}}}};
41 static constexpr std::array<std::array<t_real, 4>, 2> GaussLegendre_4{{{{-0.861136311594053, -0.339981043584856, 0.339981043584856, 0.861136311594053}},
42 {{0.347854845137454, 0.652145154862546, 0.652145154862546, 0.347854845137454}}}};
45 static constexpr std::array<std::array<t_real, 5>, 2> GaussLegendre_5{{{{-0.906179845938664, -0.538469310105683, 0, 0.538469310105683, 0.906179845938664}},
46 {{0.236926885056189, 0.478628670499366, 0.568888888888889, 0.478628670499366, 0.236926885056189}}}};