Skip to content
Snippets Groups Projects
test.pxd 249 B
Newer Older
David Weir's avatar
David Weir committed
# This is sort of a header file

# The 'int' is the number of arguments in the double (should be 3)
# and the double array contains the x-coordinate followed by
# your optional arguments, here we have just two.
cdef double integrand(int, double[3])