AcouSTO  version 2.0

◆ make_rule15gauss()

static rule* make_rule15gauss ( unsigned  dim,
unsigned  fdim 
)
static
755 {
756  if (dim != 1) return NULL; /* this rule is only for 1d integrals */
757 
758  return make_rule(sizeof(rule), dim, fdim, 15,
760 }
static int rule15gauss_evalError(rule *r, unsigned fdim, integrand_v f, void *fdata, unsigned nR, region *R)
Definition: cubature.c:619
static rule * make_rule(size_t sz, unsigned dim, unsigned fdim, unsigned num_points, evalError_func evalError, destroy_func destroy)
Definition: cubature.c:271
Definition: cubature.c:232