xerbla.cpp
Go to the documentation of this file.
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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:43