vSMC
vSMC: Scalable Monte Carlo
Static Public Member Functions | List of all members
vsmc::internal::NIntegrateNewtonCotesEval< Index, EvalType > Struct Template Reference

#include <vsmc/integrate/nintegrate_newton_cotes.hpp>

Static Public Member Functions

static double result (const double *coeff, double a, double h, const EvalType &eval)
 

Detailed Description

template<unsigned Index, typename EvalType>
struct vsmc::internal::NIntegrateNewtonCotesEval< Index, EvalType >

Definition at line 46 of file nintegrate_newton_cotes.hpp.

Member Function Documentation

template<unsigned Index, typename EvalType >
static double vsmc::internal::NIntegrateNewtonCotesEval< Index, EvalType >::result ( const double *  coeff,
double  a,
double  h,
const EvalType &  eval 
)
inlinestatic

Definition at line 48 of file nintegrate_newton_cotes.hpp.