![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
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... | |
The namespace of the CUBA wrappers
The gsl namespace contains all the wrapper functions of the CUBA routines
| int cbl::wrapper::cuba::CUBAIntegrand | ( | const int * | ndim, |
| const cubareal | xx[], | ||
| const int * | ncomp, | ||
| cubareal | ff[], | ||
| void * | userdata | ||
| ) |
generic CUBA integrand
| ndim | integral dimension |
| xx | integral limits |
| ncomp | dimension of the function |
| ff | integrand |
| userdata | data for integrand evaluation |
Definition at line 45 of file CUBAwrapper.cpp.