Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2020.11.001
elpa.h
Go to the documentation of this file.
1 #ifndef ELPA_H
2 #define ELPA_H
3 
4 #include <limits.h>
5 #include <complex.h>
6 
7 #include <elpa/elpa_version.h>
8 
9 struct elpa_struct;
10 typedef struct elpa_struct *elpa_t;
11 
12 struct elpa_autotune_struct;
13 typedef struct elpa_autotune_struct *elpa_autotune_t;
14 
15 
16 #include <elpa/elpa_constants.h>
18 #include <elpa/elpa_generated.h>
19 #include <elpa/elpa_generic.h>
20 
21 const char *elpa_strerr(int elpa_error);
22 
23 #endif
elpa_generated.h
elpa_t
struct elpa_struct * elpa_t
Definition: elpa.h:10
elpa_generated_c_api.h
elpa_strerr
const char * elpa_strerr(int elpa_error)
elpa_autotune_t
struct elpa_autotune_struct * elpa_autotune_t
Definition: elpa.h:13
elpa_version.h
elpa_generic.h
elpa_constants.h