Automatic Differentiation
 
Loading...
Searching...
No Matches
integrate_1d_adapter< F > Struct Template Reference

Detailed Description

template<typename F>
struct integrate_1d_adapter< F >

Adapt the non-variadic integrate_1d arguments to the variadic integrate_1d_impl interface.

Template Parameters
Ftype of function to adapt

Definition at line 14 of file integrate_1d_adapter.hpp.

#include <integrate_1d_adapter.hpp>

Public Member Functions

 integrate_1d_adapter (const F &f)
 
template<typename T_a , typename T_b , typename T_theta >
auto operator() (const T_a &x, const T_b &xc, std::ostream *msgs, const std::vector< T_theta > &theta, const std::vector< double > &x_r, const std::vector< int > &x_i) const
 

Public Attributes

const F & f_
 

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