accelerInt  v0.1
jacob.h
Go to the documentation of this file.
1 
7 #ifndef JACOB_H
8 #define JACOB_H
9 
10 #ifdef GENERATE_DOCS
11 //put this in the van der Pol namespace for documentation
12 namespace van_der_pol {
13 #endif
14 
15 
25 void eval_jacob (const double t, const double mu, const double * __restrict__ y, double * __restrict__ jac);
26 
27 #ifdef GENERATE_DOCS
28 }
29 
30 #endif
31 
32 #endif
void eval_jacob(const double t, const double mu, const double *__restrict__ y, double *__restrict__ jac)
An implementation of the van der Pol jacobian.
Definition: jacob.c:23