![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include "matrix.h"#include "matrix2.h"#include <math.h>Go to the source code of this file.
Functions | |
| void | fft (VEC *x_re, VEC *x_im) |
| void | ifft (VEC *x_re, VEC *x_im) |
Variables | |
| static char | rcsid [] = "fft.c,v 1.1 1997/12/04 17:55:20 hines Exp" |