Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::Box< T_a, T_b > Struct Template Reference

Detailed Description

template<typename T_a, typename T_b>
struct stan::math::internal::Box< T_a, T_b >

Compute the integral of the function to be integrated (integrand) from a to b for more than one dimensions.

Template Parameters
T_aType of return_type_t 1
T_bType of return_type_t 2
Parameters
alower bounds of the integral
bupper bounds of the integral
Ivalue of the integral
kdividenumber 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_
 

The documentation for this struct was generated from the following file: