Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Compute the integral of the function to be integrated (integrand) from a to b for more than one dimensions.
F | type of the integrand |
GenzMalik | type of --— |
T_a | type of lower limit of integration |
T_b | type of upper limit of integration |
ParsTupleT | type of the tuple of parameters for the integrand |
[out] | integrand | function to be integrated |
[in] | genz_malik | tuple of GenzMalik weights |
dim | dimension of the multidimensional integral | |
a | lower limit of integration | |
b | upper limit of integration | |
pars_tuple | Tuple of parameters for the integrand |
Definition at line 270 of file hcubature.hpp.