OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 > Struct Template Reference

Detailed Description

template<class Fac1 = double, class Fac2 = Fac1>
struct boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >

Definition at line 474 of file vector_algebra_ofp_gpu.hpp.

Public Types

typedef void result_type
 

Public Member Functions

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

Data Fields

const Fac1 m_alpha1
 
const Fac2 m_alpha2
 

Member Typedef Documentation

◆ result_type

template<class Fac1 = double, class Fac2 = Fac1>
typedef void boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >::result_type

Definition at line 488 of file vector_algebra_ofp_gpu.hpp.

Constructor & Destructor Documentation

◆ scale_sum2()

template<class Fac1 = double, class Fac2 = Fac1>
boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >::scale_sum2 ( Fac1  alpha1,
Fac2  alpha2 
)
inline

Definition at line 479 of file vector_algebra_ofp_gpu.hpp.

Member Function Documentation

◆ operator()()

template<class Fac1 = double, class Fac2 = Fac1>
template<class T1 , class T2 , class T3 >
BOOST_FUSION_GPU_ENABLED __device__ __host__ void boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >::operator() ( T1 &  t1,
const T2 &  t2,
const T3 &  t3 
) const
inline

Definition at line 483 of file vector_algebra_ofp_gpu.hpp.

Field Documentation

◆ m_alpha1

template<class Fac1 = double, class Fac2 = Fac1>
const Fac1 boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >::m_alpha1

Definition at line 476 of file vector_algebra_ofp_gpu.hpp.

◆ m_alpha2

template<class Fac1 = double, class Fac2 = Fac1>
const Fac2 boost::numeric::odeint::ofp_operations::scale_sum2< Fac1, Fac2 >::m_alpha2

Definition at line 477 of file vector_algebra_ofp_gpu.hpp.


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