/* * pendulum_cv.h * * CVODE C prototype file for the functions defined in pendulum_cv.c * * This file was generated by the program VFGEN (Version:2.4.0) * Generated on 10-Jul-2008 at 11:48 */ int pendulum_vf(realtype, N_Vector, N_Vector, void *); int pendulum_jac(long int, DenseMat, realtype, N_Vector, N_Vector, void *, N_Vector, N_Vector, N_Vector); int pendulum_func(realtype, N_Vector, realtype *, void *);