Sign in
eigen
/
mirror
/
9a6967d9ba662ed2f2916a2f3f3c246a553e98b2
/
.
/
blas
/
xerbla.cpp
blob: 2e7ad6eff1c05b91981ddfe482123b1de891a3fe [
file
]
#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