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