Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2017.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 struct elpa_struct;
8 typedef struct elpa_struct *elpa_t;
9 
10 struct elpa_autotune_struct;
11 typedef struct elpa_autotune_struct *elpa_autotune_t;
12 
13 
14 #include <elpa/elpa_constants.h>
15 #include <elpa/elpa_generated.h>
16 #include <elpa/elpa_generic.h>
17 
18 const char *elpa_strerr(int elpa_error);
19 
20 #endif
struct elpa_struct * elpa_t
Definition: elpa.h:8
const char * elpa_strerr(int elpa_error)
struct elpa_autotune_struct * elpa_autotune_t
Definition: elpa.h:11