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

\( y\leftarrow axy+by \) More...

Public Member Functions

 AxyPby (T a, T b)
 
DG_DEVICE void operator() (T x, T &y) const
 

Detailed Description

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

\( y\leftarrow axy+by \)

Constructor & Destructor Documentation

◆ AxyPby()

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

Member Function Documentation

◆ operator()()

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

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