Go to the source code of this file.
◆ LAPACKE_ssteqr()
Definition at line 35 of file lapacke_ssteqr.c.
37{
39
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -4;
51 }
53 return -5;
54 }
57 return -6;
58 }
59 }
60 }
61#endif
62
64 lwork = 1;
65 } else {
67 }
68
70 if( work == NULL ) {
72 goto exit_level_0;
73 }
74
76
78exit_level_0:
81 }
82 return info;
83}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_ssteqr_work(int matrix_layout, char compz, lapack_int n, float *d, float *e, float *z, lapack_int ldz, float *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_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_sge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const float *a, lapack_int lda)