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 std::cerr
<< "Eigen BLAS ERROR #" << *info
<< ": " << msg
<< "\n";