Go to the source code of this file.
|
| lapack_int | LAPACKE_dtpqrt (int matrix_layout, lapack_int m, lapack_int n, lapack_int l, lapack_int nb, double *a, lapack_int lda, double *b, lapack_int ldb, double *t, lapack_int ldt) |
◆ LAPACKE_dtpqrt()
| lapack_int LAPACKE_dtpqrt |
( |
int | matrix_layout, |
|
|
lapack_int | m, |
|
|
lapack_int | n, |
|
|
lapack_int | l, |
|
|
lapack_int | nb, |
|
|
double * | a, |
|
|
lapack_int | lda, |
|
|
double * | b, |
|
|
lapack_int | ldb, |
|
|
double * | t, |
|
|
lapack_int | ldt ) |
Definition at line 35 of file lapacke_dtpqrt.c.
39{
41 double* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -6;
51 }
53 return -8;
54 }
55 }
56#endif
57
59 if( work == NULL ) {
61 goto exit_level_0;
62 }
63
64 info =
LAPACKE_dtpqrt_work( matrix_layout, m,
n, l, nb, a, lda, b, ldb, t,
65 ldt, work );
66
68exit_level_0:
71 }
72 return info;
73}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dtpqrt_work(int matrix_layout, lapack_int m, lapack_int n, lapack_int l, lapack_int nb, double *a, lapack_int lda, double *b, lapack_int ldb, double *t, lapack_int ldt, double *work)
int LAPACKE_get_nancheck(void)
#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)