Discontinuous Galerkin Library
#include "dg/algorithm.h"

\( z\leftarrow ax+by+gz \) More...

Public Member Functions

 Axpbypgz (T a, T b, T g)
 
DG_DEVICE void operator() (T x, T y, T &z) const
 

Detailed Description

template<class T>
struct dg::Axpbypgz< T >

\( z\leftarrow ax+by+gz \)

Constructor & Destructor Documentation

◆ Axpbypgz()

template<class T >
dg::Axpbypgz< T >::Axpbypgz ( a,
b,
g 
)
inline

Member Function Documentation

◆ operator()()

template<class T >
DG_DEVICE void dg::Axpbypgz< T >::operator() ( x,
y,
T &  z 
) const
inline

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