accelerInt  v0.1
phiAHessenberg.cuh
Go to the documentation of this file.
1 
6 #ifndef PHIA_HEAD_HESSENBERG_CU
7 #define PHIA_HEAD_HESSENBERG_CU
8 
9 #include "header.cuh"
10 
11 //void phiAv (const double*, const double, const double*, double*);
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__);
18 
19 #endif
__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__)
An example header file that defines system size, memory functions and other required methods for inte...
__device__ int phi2Ac_variable(const int, const double *__restrict__, const double, double *__restrict__, const solver_memory *__restrict__, cuDoubleComplex *__restrict__)