|
accelerInt
v0.1
|
The generic initialization file for poles/hosts for RA based evaulation of the matrix exponential. More...
#include <cuComplex.h>#include "header.cuh"#include "cf.h"#include "solver_options.cuh"#include "gpu_macros.cuh"
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 | |
| __device__ __constant__ cuDoubleComplex | poles [N_RA] |
| __device__ __constant__ cuDoubleComplex | 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.cu.
| void find_poles_and_residuals | ( | ) |
get poles and residues for rational approximant to matrix exponential
Definition at line 26 of file rational_approximant.cu.
| __device__ __constant__ cuDoubleComplex poles[N_RA] |
Definition at line 20 of file rational_approximant.cu.
| __device__ __constant__ cuDoubleComplex res[N_RA] |
Definition at line 21 of file rational_approximant.cu.
1.8.14