Qucs-core
0.0.19
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include "consts.h"
#include "object.h"
#include "complex.h"
#include "vector.h"
#include "fourier.h"
Go to the source code of this file.
Namespaces | |
namespace | qucs |
Defines | |
#define | Swap(a, b) { nr_double_t t; t = a; a = b; b = t; } |
#define Swap | ( | a, | |
b | |||
) | { nr_double_t t; t = a; a = b; b = t; } |
Definition at line 41 of file fourier.cpp.