KSquare Utilities
kku_fftw.cpp File Reference
#include "FirstIncludes.h"
#include <stdlib.h>
#include <memory>
#include <math.h>
#include <complex>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "MemoryDebug.h"
#include "KKBaseTypes.h"
#include "GoalKeeper.h"
#include "kku_fftw.h"

Go to the source code of this file.

Functions

void SWAP (float &a, float &b)
 

Variables

volatile KKB::GoalKeeperPtr fftwGoalKeeper = NULL
 

Function Documentation

void SWAP ( float &  a,
float &  b 
)

Definition at line 130 of file kku_fftw.cpp.

Referenced by KKB::FFT().

131 {
132  float zed = a;
133  a = b;
134  b = zed;
135 }

Variable Documentation

volatile KKB::GoalKeeperPtr fftwGoalKeeper = NULL

Definition at line 259 of file kku_fftw.cpp.