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

Detailed Description

template<class Fac1 = double>
struct boost::numeric::odeint::ofp_operations::scale< Fac1 >

Definition at line 441 of file vector_algebra_ofp_gpu.hpp.

Public Types

typedef void result_type
 

Public Member Functions

 scale (Fac1 alpha1)
 
template<class T1 >
__device__ __host__ void operator() (T1 &t1) const
 

Data Fields

const Fac1 m_alpha1
 

Member Typedef Documentation

◆ result_type

template<class Fac1 = double>
typedef void boost::numeric::odeint::ofp_operations::scale< Fac1 >::result_type

Definition at line 453 of file vector_algebra_ofp_gpu.hpp.

Constructor & Destructor Documentation

◆ scale()

template<class Fac1 = double>
boost::numeric::odeint::ofp_operations::scale< Fac1 >::scale ( Fac1  alpha1)
inline

Definition at line 445 of file vector_algebra_ofp_gpu.hpp.

Member Function Documentation

◆ operator()()

template<class Fac1 = double>
template<class T1 >
__device__ __host__ void boost::numeric::odeint::ofp_operations::scale< Fac1 >::operator() ( T1 &  t1) const
inline

Definition at line 448 of file vector_algebra_ofp_gpu.hpp.

Field Documentation

◆ m_alpha1

template<class Fac1 = double>
const Fac1 boost::numeric::odeint::ofp_operations::scale< Fac1 >::m_alpha1

Definition at line 443 of file vector_algebra_ofp_gpu.hpp.


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