GammaLib 2.1.0.dev
Loading...
Searching...
No Matches
GFft.cpp File Reference

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()"
 

Detailed Description

Fast Fourier transformation class implementation.

Author
Juergen Knoedlseder

Definition in file GFft.cpp.

Macro Definition Documentation

◆ G_BACKWARD

#define G_BACKWARD   "GFft::backward()"

Definition at line 43 of file GFft.cpp.

Referenced by GFft::backward().

◆ G_FORWARD

#define G_FORWARD   "GFft::forward(GNdarray&)"

Definition at line 42 of file GFft.cpp.

Referenced by GFft::forward().

◆ G_OP_ADD

#define G_OP_ADD   "GFft::operator+=(GFft&)"

Definition at line 38 of file GFft.cpp.

◆ G_OP_DIV

#define G_OP_DIV   "GFft::operator/=(GFft&)"

Definition at line 41 of file GFft.cpp.

◆ G_OP_MUL

#define G_OP_MUL   "GFft::operator*=(GFft&)"

Definition at line 40 of file GFft.cpp.

Referenced by GFft::operator*=(), and GNdarray::operator*=().

◆ G_OP_SUB

#define G_OP_SUB   "GFft::operator-=(GFft&)"

Definition at line 39 of file GFft.cpp.