Go to the source code of this file.
◆ LAPACKE_sgehrd()
Definition at line 35 of file lapacke_sgehrd.c.
38{
41 float* work = NULL;
42 float work_query;
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -5;
52 }
53 }
54#endif
55
57 &work_query, lwork );
58 if( info != 0 ) {
59 goto exit_level_0;
60 }
62
64 if( work == NULL ) {
66 goto exit_level_0;
67 }
68
70 lwork );
71
73exit_level_0:
76 }
77 return info;
78}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_sgehrd_work(int matrix_layout, lapack_int n, lapack_int ilo, lapack_int ihi, float *a, lapack_int lda, float *tau, float *work, lapack_int lwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_sge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const float *a, lapack_int lda)