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