Stan Math Library
4.9.0
Automatic Differentiation
|
Compute the integral of the function to be integrated (integrand) from a to b for more than one dimensions.
T_a | Type of return_type_t 1 |
T_b | Type of return_type_t 2 |
a | lower bounds of the integral |
b | upper bounds of the integral |
I | value of the integral |
kdivide | number of subdividing the integration volume |
Definition at line 362 of file hcubature.hpp.
#include <hcubature.hpp>
Public Member Functions | |
template<typename Vec1 , typename Vec2 > | |
Box (Vec1 &&a, Vec2 &&b, return_type_t< T_a, T_b > I, int kdivide) | |
Public Attributes | |
Eigen::Matrix< T_a, Eigen::Dynamic, 1 > | a_ |
Eigen::Matrix< T_b, Eigen::Dynamic, 1 > | b_ |
return_type_t< T_a, T_b > | I_ |
int | kdiv_ |