blas: add warnings for non implemented functions

This commit is contained in:
Gael Guennebaud
2010-03-03 09:32:10 +01:00
parent 32823caa62
commit f1d3101956
4 changed files with 31 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ extern "C"
int xerbla_(char * msg, int *info, int)
{
std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n";
return 0;
}
#ifdef __cplusplus