40 printf(
"Not enough memory to allocate work array in %s\n", name );
42 printf(
"Not enough memory to transpose matrix in %s\n", name );
43 }
else if( info < 0 ) {
44 printf(
"Wrong parameter %d in %s\n", -(
int) info, name );
#define LAPACK_WORK_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR