Go to the source code of this file.
◆ LAPACKE_sorgtr()
Definition at line 35 of file lapacke_sorgtr.c.
37{
40 float* work = NULL;
41 float work_query;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -4;
51 }
53 return -6;
54 }
55 }
56#endif
57
59 lwork );
60 if( info != 0 ) {
61 goto exit_level_0;
62 }
64
66 if( work == NULL ) {
68 goto exit_level_0;
69 }
70
72 lwork );
73
75exit_level_0:
78 }
79 return info;
80}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_sorgtr_work(int matrix_layout, char uplo, lapack_int n, float *a, lapack_int lda, const 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_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_ssy_nancheck(int matrix_layout, char uplo, lapack_int n, const float *a, lapack_int lda)