NEURON
nrngsl.h
Go to the documentation of this file.
1 #ifndef nrngsl_h
2 #define nrngsl_h
3 
4 #define BASE double
5 #define GSL_ERROR(a,b) hoc_execerror(a, "b")
6 #define FUNCTION(a,b) nrn ## a ## _ ## b
7 #define ATOMIC double
8 #define VECTOR(a,stride,i) ((a)[(stride)*(i)])
9 
10 int
11 FUNCTION(gsl_fft_halfcomplex,radix2_transform) (BASE data[],
12  const size_t stride,
13  const size_t n);
14 #endif
#define data
Definition: rbtqueue.cpp:49
int const size_t stride
Definition: nrngsl.h:12
int const size_t const size_t n
Definition: nrngsl.h:12
#define BASE
Definition: nrngsl.h:4
#define FUNCTION(a, b)
Definition: nrngsl.h:6