accelerInt
v0.1
|
An implementation of the van der Pol jacobian \(\frac{\partial \dot{\vec{y}}}{\partial \vec{y}}\). More...
#include "header.h"
Go to the source code of this file.
Namespaces | |
van_der_pol | |
Functions | |
void | van_der_pol::eval_jacob (const double t, const double mu, const double *__restrict__ y, double *__restrict__ jac) |
An implementation of the van der Pol jacobian. More... | |
An implementation of the van der Pol jacobian \(\frac{\partial \dot{\vec{y}}}{\partial \vec{y}}\).
Implementes the evaluation of van der Pol Jacobian
Definition in file jacob.c.