Go to the source code of this file.
◆ LAPACKE_dggrqf()
Definition at line 35 of file lapacke_dggrqf.c.
39{
42 double* work = NULL;
43 double work_query;
46 return -1;
47 }
48#ifndef LAPACK_DISABLE_NAN_CHECK
50
52 return -5;
53 }
55 return -8;
56 }
57 }
58#endif
59
61 taub, &work_query, lwork );
62 if( info != 0 ) {
63 goto exit_level_0;
64 }
66
68 if( work == NULL ) {
70 goto exit_level_0;
71 }
72
74 taub, work, lwork );
75
77exit_level_0:
80 }
81 return info;
82}
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
lapack_int LAPACKE_dggrqf_work(int matrix_layout, lapack_int m, lapack_int p, lapack_int n, double *a, lapack_int lda, double *taua, double *b, lapack_int ldb, double *taub, double *work, lapack_int lwork)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_dge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const double *a, lapack_int lda)