Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 > Struct Template Reference

#include <mkl_operations.hpp>

Public Types

typedef double Fac1
 
typedef double Fac2
 

Public Member Functions

 scale_sum2 (const Fac1 alpha1, const Fac2 alpha2)
 
template<class T1 , class T2 , class T3 >
void operator() (T1 &t1, const T2 &t2, const T3 &t3) const
 

Public Attributes

const Fac1 m_alpha1
 
const Fac2 m_alpha2
 

Member Typedef Documentation

template<class F1 = double, class F2 = F1>
typedef double boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::Fac1
template<class F1 = double, class F2 = F1>
typedef double boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::Fac2

Constructor & Destructor Documentation

template<class F1 = double, class F2 = F1>
boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::scale_sum2 ( const Fac1  alpha1,
const Fac2  alpha2 
)
inline

Member Function Documentation

template<class F1 = double, class F2 = F1>
template<class T1 , class T2 , class T3 >
void boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::operator() ( T1 &  t1,
const T2 &  t2,
const T3 &  t3 
) const
inline

References boost::n.

Member Data Documentation

template<class F1 = double, class F2 = F1>
const Fac1 boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::m_alpha1
template<class F1 = double, class F2 = F1>
const Fac2 boost::numeric::odeint::mkl_operations::scale_sum2< F1, F2 >::m_alpha2

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