#ifndef ELPA_H #define ELPA_H #include #include #include struct elpa_struct; typedef struct elpa_struct *elpa_t; struct elpa_autotune_struct; typedef struct elpa_autotune_struct *elpa_autotune_t; #include #include #include #include #define ELPA_2STAGE_REAL_GPU ELPA_2STAGE_REAL_NVIDIA_GPU #define ELPA_2STAGE_COMPLEX_GPU ELPA_2STAGE_COMPLEX_NVIDIA_GPU const char *elpa_strerr(int elpa_error); #endif