38{
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -4;
50 }
51 }
52#endif
53
55 if( work == NULL ) {
57 goto exit_level_0;
58 }
59
61
63exit_level_0:
66 }
67 return info;
68}
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_dgeqpf_work(int matrix_layout, lapack_int m, lapack_int n, double *a, lapack_int lda, lapack_int *jpvt, double *tau, double *work)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_dge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const double *a, lapack_int lda)