Extension: Matrix functions
#include "dg/matrix/matrix.h"
Loading...
Searching...
No Matches
dg::mat::DGyrolagK< T > Struct Template Reference

\( f(x) = \frac{e^{-ax} (ax)^n ( n - ax)}{xn!} \) More...

Public Member Functions

 DGyrolagK (unsigned n, T a=T(1))
 
T DG_DEVICE operator() (T x) const
 
T DG_DEVICE operator() (T x, T y) const
 

Detailed Description

template<class T = double>
struct dg::mat::DGyrolagK< T >

\( f(x) = \frac{e^{-ax} (ax)^n ( n - ax)}{xn!} \)

Template Parameters
Tvalue type (can be complex)

Constructor & Destructor Documentation

◆ DGyrolagK()

template<class T = double>
dg::mat::DGyrolagK< T >::DGyrolagK ( unsigned n,
T a = T(1) )
inline

Member Function Documentation

◆ operator()() [1/2]

template<class T = double>
T DG_DEVICE dg::mat::DGyrolagK< T >::operator() ( T x) const
inline

◆ operator()() [2/2]

template<class T = double>
T DG_DEVICE dg::mat::DGyrolagK< T >::operator() ( T x,
T y ) const
inline

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