22 static const t_real __GaussLegendre_1[2][1]{
29 static const t_real __GaussLegendre_2[2][2]{
30 {-0.577350269189626, 0.577350269189626},
36 static const t_real __GaussLegendre_3[2][3]{
37 {-0.774596669241483, 0, 0.774596669241483},
38 {0.555555555555555, 0.888888888888889, 0.555555555555555}};
41 static const t_real __GaussLegendre_4[2][4]{
42 {-0.861136311594053, -0.339981043584856, 0.339981043584856, 0.861136311594053},
43 {0.347854845137454, 0.652145154862546, 0.652145154862546, 0.347854845137454}};
46 static const t_real __GaussLegendre_5[2][5]{
47 {-0.906179845938664, -0.538469310105683, 0, 0.538469310105683, 0.906179845938664},
48 {0.236926885056189, 0.478628670499366, 0.568888888888889, 0.478628670499366, 0.236926885056189}};