GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GFftWavetable.cpp File Reference

Lookup table class implementation for Fast Fourier transformation. More...

#include "GTools.hpp"
#include "GMath.hpp"
#include "GException.hpp"
#include "GFftWavetable.hpp"

Go to the source code of this file.

Macros

#define G_FACTOR   "GFftWavetable::factor(int&)"
 
#define G_SET_MEMBERS   "GFftWavetable::set_members(int&)"
 
#define G_SET_FACTORS   "GFftWavetable::set_factors(int&)"
 

Detailed Description

Lookup table class implementation for Fast Fourier transformation.

Author
Juergen Knoedlseder

Definition in file GFftWavetable.cpp.

Macro Definition Documentation

#define G_FACTOR   "GFftWavetable::factor(int&)"

Definition at line 38 of file GFftWavetable.cpp.

Referenced by GFftWavetable::factor().

#define G_SET_FACTORS   "GFftWavetable::set_factors(int&)"

Definition at line 40 of file GFftWavetable.cpp.

Referenced by GFftWavetable::set_factors().

#define G_SET_MEMBERS   "GFftWavetable::set_members(int&)"

Definition at line 39 of file GFftWavetable.cpp.

Referenced by GFftWavetable::set_members().