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

\( f(x) = (-a*x)^n/n! exp(a*x) \) More...

Public Member Functions

 GyrolagK (T n, T a)
 
DG_DEVICEoperator() (T x) const
 
DG_DEVICEoperator() (T x, T y) const
 

Detailed Description

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

\( f(x) = (-a*x)^n/n! exp(a*x) \)

Template Parameters
Tvalue type

Constructor & Destructor Documentation

◆ GyrolagK()

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

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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