accelerInt  v0.1
sparse_multiplier.h
Go to the documentation of this file.
1 
7 #ifndef SPARSE_HEAD
8 #define SPARSE_HEAD
9 
10 #include "header.h"
11 
12 
13 #ifdef GENERATE_DOCS
14 //put this in the van der Pol namespace for documentation
15 namespace van_der_pol {
16 #endif
17 
18 void sparse_multiplier (const double *, const double *, double*);
19 
20 
21 #ifdef GENERATE_DOCS
22 }
23 #endif
24 
25 #endif
An example header file that defines system size and other required methods for integration of the van...
void sparse_multiplier(const double *A, const double *Vm, double *w)
Implements Jacobian \ vector multiplication in sparse (or unrolled) form.