4 #if (defined __GNUC__) && (!defined __MINGW32__) && (!defined __CYGWIN__)
5 #define EIGEN_WEAK_LINKING __attribute__ ((weak))
7 #define EIGEN_WEAK_LINKING
15 EIGEN_WEAK_LINKING
int xerbla_(const char * msg
, int *info
, int)
17 printf("Eigen BLAS ERROR #%i: %s\n", *info
, msg
);