CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
cbl::wrapper::cuba Namespace Reference

The namespace of the CUBA wrappers More...

Classes

struct  STR_CUBA_inputs
 struct to manage cuba parameters More...
 
struct  STR_CUBA_integrand
 support object for cuba integrand More...
 
class  CUBAwrapper
 The class CUBAwrapper. More...
 

Functions

int CUBAIntegrand (const int *ndim, const cubareal xx[], const int *ncomp, cubareal ff[], void *userdata)
 generic CUBA integrand More...
 

Detailed Description

The namespace of the CUBA wrappers

The gsl namespace contains all the wrapper functions of the CUBA routines

Function Documentation

◆ CUBAIntegrand()

int cbl::wrapper::cuba::CUBAIntegrand ( const int *  ndim,
const cubareal  xx[],
const int *  ncomp,
cubareal  ff[],
void *  userdata 
)

generic CUBA integrand

Parameters
ndimintegral dimension
xxintegral limits
ncompdimension of the function
ffintegrand
userdatadata for integrand evaluation
Returns
0

Definition at line 45 of file CUBAwrapper.cpp.