00001 00002 #include <iostream> 00003 00004 #ifdef __cplusplus 00005 extern "C" 00006 { 00007 #endif 00008 00009 int xerbla_(const char * msg, int *info, int) 00010 { 00011 std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n"; 00012 return 0; 00013 } 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif