Go to the source code of this file.
◆ LAPACKE_dorgtr()
Definition at line 35 of file lapacke_dorgtr.c.
37{
40 double* work = NULL;
41 double 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_dorgtr_work(int matrix_layout, char uplo, lapack_int n, double *a, lapack_int lda, const double *tau, double *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_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_dsy_nancheck(int matrix_layout, char uplo, lapack_int n, const double *a, lapack_int lda)