37{
39 double* work = NULL;
42 return -1;
43 }
44#ifndef LAPACK_DISABLE_NAN_CHECK
46
48 return -4;
49 }
51 return -5;
52 }
53 }
54#endif
55
58 if( work == NULL ) {
60 goto exit_level_0;
61 }
62 }
63
65
68 }
69exit_level_0:
72 }
73 return info;
74}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dstev_work(int matrix_layout, char jobz, lapack_int n, double *d, double *e, double *z, lapack_int ldz, double *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)