accelerInt  v0.1
Macros | Functions
phiAHessenberg.cuh File Reference

Header for Matrix exponential (phi) methods. More...

#include "header.cuh"
Include dependency graph for phiAHessenberg.cuh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PHIA_HEAD_HESSENBERG_CU
 

Functions

__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__)
 

Detailed Description

Header for Matrix exponential (phi) methods.

Definition in file phiAHessenberg.cuh.

Macro Definition Documentation

◆ PHIA_HEAD_HESSENBERG_CU

#define PHIA_HEAD_HESSENBERG_CU

Definition at line 7 of file phiAHessenberg.cuh.

Function Documentation

◆ 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__ 
)