Newer
Older
# 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])