Definition at line 36 of file lapacke_xerbla.c.
39 printf(
"Not enough memory to allocate work array in %s\n", name );
41 printf(
"Not enough memory to transpose matrix in %s\n", name );
42 }
else if( info < 0 ) {
43 printf(
"Wrong parameter %d in %s\n", -(
int) info, name );
#define LAPACK_WORK_MEMORY_ERROR
#define LAPACK_TRANSPOSE_MEMORY_ERROR