7 #ifndef JAC_HEAD_CVODES 8 #define JAC_HEAD_CVODES 11 #include "sundials/sundials_nvector.h" 12 #include "sundials/sundials_direct.h" 13 #include "nvector/nvector_serial.h" 30 int eval_jacob_cvodes(
long int N,
double t, N_Vector y, N_Vector ydot, DlsMat Jac,
void* f, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3);
int eval_jacob_cvodes(long int N, double t, N_Vector y, N_Vector ydot, DlsMat Jac, void *f, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3)
The CVODEs Jacobian interface for a direct dense Jacobian.
Contains a header definition for the van der Pol Jacobian evaluation.