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