6 #ifndef PHIA_HEAD_HESSENBERG_CU 7 #define PHIA_HEAD_HESSENBERG_CU 12 __device__
int phi2Ac_variable(
const int,
const double* __restrict__,
const double,
double* __restrict__,
13 const solver_memory* __restrict__, cuDoubleComplex* __restrict__);
14 __device__
int phiAc_variable(
const int,
const double* __restrict__,
const double,
double* __restrict__,
15 const solver_memory* __restrict__, cuDoubleComplex* __restrict__);
16 __device__
int expAc_variable(
const int,
const double* __restrict__,
const double,
double* __restrict__,
17 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__)
__device__ int phiAc_variable(const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__)
__device__ int phi2Ac_variable(const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__)