Go to the source code of this file.
◆ LAPACKE_zsteqr()
Definition at line 35 of file lapacke_zsteqr.c.
38{
40
42 double* work = NULL;
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -4;
52 }
54 return -5;
55 }
58 return -6;
59 }
60 }
61 }
62#endif
63
65 lwork = 1;
66 } else {
68 }
69
71 if( work == NULL ) {
73 goto exit_level_0;
74 }
75
77
79exit_level_0:
82 }
83 return info;
84}
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
lapack_int LAPACKE_zsteqr_work(int matrix_layout, char compz, lapack_int n, double *d, double *e, lapack_complex_double *z, lapack_int ldz, double *work)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_zge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *a, lapack_int lda)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)