Header for Matrix exponential (phi) methods.
More...
Go to the source code of this file.
|
__device__ int | phi2Ac_variable (const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__) |
|
__device__ int | phiAc_variable (const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__) |
|
__device__ int | expAc_variable (const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__) |
|
Header for Matrix exponential (phi) methods.
Definition in file phiAHessenberg.cuh.
◆ PHIA_HEAD_HESSENBERG_CU
#define PHIA_HEAD_HESSENBERG_CU |
◆ expAc_variable()
__device__ int expAc_variable |
( |
const int |
, |
|
|
const double * |
__restrict__, |
|
|
const double |
, |
|
|
double * |
__restrict__, |
|
|
const solver_memory * |
__restrict__, |
|
|
cuDoubleComplex * |
__restrict__ |
|
) |
| |
◆ phi2Ac_variable()
__device__ int phi2Ac_variable |
( |
const int |
, |
|
|
const double * |
__restrict__, |
|
|
const double |
, |
|
|
double * |
__restrict__, |
|
|
const solver_memory * |
__restrict__, |
|
|
cuDoubleComplex * |
__restrict__ |
|
) |
| |
◆ phiAc_variable()
__device__ int phiAc_variable |
( |
const int |
, |
|
|
const double * |
__restrict__, |
|
|
const double |
, |
|
|
double * |
__restrict__, |
|
|
const solver_memory * |
__restrict__, |
|
|
cuDoubleComplex * |
__restrict__ |
|
) |
| |