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

\( y = \sum_i a_i x_i \) More...

Public Member Functions

template<class T , class ... Ts>
DG_DEVICEoperator() (T a, T x, Ts... rest) const
 

Detailed Description

\( y = \sum_i a_i x_i \)

Member Function Documentation

◆ operator()()

template<class T , class ... Ts>
DG_DEVICE T dg::PairSum::operator() ( a,
x,
Ts...  rest 
) const
inline

\[ \sum_i a_i x_i \]


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