GammaLib
2.0.0
|
Fast Fourier transformation class implementation. More...
#include "GTools.hpp"
#include "GMath.hpp"
#include "GException.hpp"
#include "GFft.hpp"
#include "GNdarray.hpp"
Go to the source code of this file.
Macros | |
#define | G_OP_ADD "GFft::operator+=(GFft&)" |
#define | G_OP_SUB "GFft::operator-=(GFft&)" |
#define | G_OP_MUL "GFft::operator*=(GFft&)" |
#define | G_OP_DIV "GFft::operator/=(GFft&)" |
#define | G_FORWARD "GFft::forward(GNdarray&)" |
#define | G_BACKWARD "GFft::backward()" |
Fast Fourier transformation class implementation.
Definition in file GFft.cpp.
#define G_BACKWARD "GFft::backward()" |
Definition at line 43 of file GFft.cpp.
Referenced by GFft::backward().
#define G_FORWARD "GFft::forward(GNdarray&)" |
Definition at line 42 of file GFft.cpp.
Referenced by GFft::forward().
#define G_OP_ADD "GFft::operator+=(GFft&)" |
Definition at line 38 of file GFft.cpp.
Referenced by GFft::operator+=().
#define G_OP_DIV "GFft::operator/=(GFft&)" |
Definition at line 41 of file GFft.cpp.
Referenced by GFft::operator/=().
#define G_OP_MUL "GFft::operator*=(GFft&)" |
Definition at line 40 of file GFft.cpp.
Referenced by GFft::operator*=().
#define G_OP_SUB "GFft::operator-=(GFft&)" |
Definition at line 39 of file GFft.cpp.
Referenced by GFft::operator-=().