OpenFPM  5.2.0
Project that contain the implementation of distributed structures
boost::numeric::odeint::ofp_operations::scale_sum4< Fac1, Fac2, Fac3, Fac4 > Struct Template Reference

Public Types

typedef void result_type
 

Public Member Functions

 scale_sum4 (Fac1 alpha1, Fac2 alpha2, Fac3 alpha3, Fac4 alpha4)
 
template<class T1 , class T2 , class T3 , class T4 , class T5 >
__device__ __host__ void operator() (T1 &t1, const T2 &t2, const T3 &t3, const T4 &t4, const T5 &t5) const
 

Data Fields

const Fac1 m_alpha1
 
const Fac2 m_alpha2
 
const Fac3 m_alpha3
 
const Fac4 m_alpha4
 

Detailed Description

template<class Fac1 = double, class Fac2 = Fac1, class Fac3 = Fac2, class Fac4 = Fac3>
struct boost::numeric::odeint::ofp_operations::scale_sum4< Fac1, Fac2, Fac3, Fac4 >

Definition at line 513 of file vector_algebra_ofp_gpu.hpp.


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