My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
fourier.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "consts.h"
#include "object.h"
#include "complex.h"
#include "vector.h"
#include "fourier.h"
Include dependency graph for fourier.cpp:

Go to the source code of this file.

Macros

#define Swap(a, b)   { nr_double_t t; t = a; a = b; b = t; }
 

Macro Definition Documentation

#define Swap (   a,
  b 
)    { nr_double_t t; t = a; a = b; b = t; }

Definition at line 41 of file fourier.cpp.