Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2017.05.002
elpa_legacy.h
Go to the documentation of this file.
1 #ifndef ELPA_H
2 #define ELPA_H
3 
4 #include <limits.h>
5 
6 #include <elpa/elpa_constants.h>
8 
9 const char *elpa_strerr(int elpa_error);
10 
11 #endif
const char * elpa_strerr(int elpa_error)