Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Goran Jelic-Cizmek
coffe
Commits
c01ee559
Commit
c01ee559
authored
Dec 02, 2021
by
Goran Jelic-Cizmek
Browse files
Added more variables to interface
parent
92d60ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccoffe.pxd
View file @
c01ee559
...
...
@@ -8,7 +8,9 @@
cdef
extern
from
"<gsl/gsl_spline.h>"
:
cdef
struct
gsl_spline
:
pass
double
*
x
double
*
y
size_t
size
cdef
struct
gsl_interp_accel
:
pass
...
...
@@ -31,6 +33,15 @@ cdef extern from "common.h":
COFFE_PK_NONLINEAR_HALOFIT
=
2
,
COFFE_PK_NONLINEAR_HMCODE
=
3
cdef
enum
coffe_interp1d_type
:
COFFE_INTERP_LINEAR
=
1
,
COFFE_INTERP_POLYNOMIAL
=
2
,
COFFE_INTERP_CSPLINE
=
3
,
COFFE_INTERP_CSPLINE_PERIODIC
=
4
,
COFFE_INTERP_AKIMA
=
5
,
COFFE_INTERP_AKIMA_PERIODIC
=
6
,
COFFE_INTERP_STEFFEN
=
7
cdef
struct
coffe_corrfunc_coords_t
:
double
z_mean
double
separation
...
...
@@ -155,7 +166,7 @@ cdef extern from "common.h":
int
covariance_window
int
interp_method
coffe_interp1d_type
interp_method
int
*
multipole_values
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment