accelerInt  v0.1
phiAHessenberg.h
Go to the documentation of this file.
1 
6 #ifndef PHIA_HEAD_HESSENBERG
7 #define PHIA_HEAD_HESSENBERG
8 
9 #include "header.h"
10 
11 //void phiAv (const double*, const double, const double*, double*);
12 int phi2Ac_variable(const int, const double*, const double, double*);
13 int phiAc_variable(const int, const double*, const double, double*);
14 int expAc_variable(const int, const double*, const double, double*);
15 
16 #endif
int expAc_variable(const int, const double *, const double, double *)
Compute the zeroth order Phi (exponential) matrix function. This is the regular matrix exponential...
An example header file that defines system size and other required methods for integration of the van...
int phiAc_variable(const int, const double *, const double, double *)
Compute the first order Phi (exponential) matrix function.
int phi2Ac_variable(const int, const double *, const double, double *)
Compute the 2nd order Phi (exponential) matrix function.