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
FUNCTION
(gsl_fft_halfcomplex,
11
radix2_transform)(
BASE
data
[],
const
size_t
stride
,
const
size_t
n
);
12
#endif
BASE
#define BASE
Definition:
nrngsl.h:4
stride
int const size_t stride
Definition:
nrngsl.h:11
n
int const size_t const size_t n
Definition:
nrngsl.h:11
FUNCTION
#define FUNCTION(a, b)
Definition:
nrngsl.h:6
data
#define data
Definition:
rbtqueue.cpp:49
src
ivoc
nrngsl.h