Sign in
eigen
/
mirror
/
086d5f1ac6485f7f31e7a04995799905cb93dedb
/
.
/
blas
/
xerbla.cpp
blob: 2e7ad6eff1c05b91981ddfe482123b1de891a3fe [
file
] [
log
] [
blame
]
#include
<iostream>
#ifdef
__cplusplus
extern
"C"
{
#endif
int
xerbla_
(
char
*
msg
,
int
*
info
,
int
)
{
std
::
cerr
<<
"Eigen BLAS ERROR #"
<<
*
info
<<
": "
<<
msg
<<
"\n"
;
return
0
;
}
#ifdef
__cplusplus
}
#endif