accelerInt  v0.1
Namespaces | Functions
jacob.c File Reference

An implementation of the van der Pol jacobian \(\frac{\partial \dot{\vec{y}}}{\partial \vec{y}}\). More...

#include "header.h"
Include dependency graph for jacob.c:

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...
 

Detailed Description

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.