|
Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
\( f(x) = \frac{(ax)^n}{n!} exp(-ax) \) More...
Public Member Functions | |
| GyrolagK (unsigned n, T a=T(1)) | |
| Construct. | |
| DG_DEVICE T | operator() (T x) const |
| DG_DEVICE T | operator() (T x, T y) const |
\( f(x) = \frac{(ax)^n}{n!} exp(-ax) \)
\( f(x,y) \equiv f(xy) \)
| T | value type (can be complex) |
|
inline |
Construct.
| n | order cannot be greater than 12 |
| a | prefactor of x |
|
inline |
|
inline |