accelerInt
v0.1
|
The generic initialization file for poles/hosts for RA based evaulation of the matrix exponential. More...
Go to the source code of this file.
Functions | |
void | find_poles_and_residuals () |
get poles and residues for rational approximant to matrix exponential More... | |
Variables | |
double complex | poles [N_RA] |
double complex | res [N_RA] |
The generic initialization file for poles/hosts for RA based evaulation of the matrix exponential.
Contains initialization and declaration of RA
Definition in file rational_approximant.c.
void find_poles_and_residuals | ( | ) |
get poles and residues for rational approximant to matrix exponential
Definition at line 23 of file rational_approximant.c.
double complex poles[N_RA] |
Definition at line 17 of file rational_approximant.c.
double complex res[N_RA] |
Definition at line 18 of file rational_approximant.c.