Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ make_GenzMalik()

std::tuple< std::array< Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic >, 4 >, Eigen::Matrix< double, 5, 1 >, Eigen::Matrix< double, 4, 1 > > stan::math::internal::make_GenzMalik ( const int  dim)
inline

Compute the points and weights corresponding to a [dim]-dimensional Genz-Malik cubature rule.

Parameters
[in,out]pointspoints for the last 4 GenzMalik weights
[in,out]weightsweights for the 5 terms in the GenzMalik rule
[in,out]weights_low_degweights for the embedded lower-degree rule
dimdimension

Definition at line 179 of file hcubature.hpp.