10#include <xtensor/containers/xarray.hpp>
11#include <xtensor/core/xtensor_forward.hpp>
13namespace oiseau::utils::integration {
14std::pair<xt::xarray<double>, xt::xarray<double>> cubature(
int order);
15std::pair<xt::xarray<double>, xt::xarray<double>> quadrature(
int order);
16std::pair<xt::xarray<double>, xt::xarray<double>> jacobi_gq(
unsigned n,
double alpha,
double beta);