Go to the source code of this file.
|
| lapack_int | LAPACKE_ctpqrt (int matrix_layout, lapack_int m, lapack_int n, lapack_int l, lapack_int nb, lapack_complex_float *a, lapack_int lda, lapack_complex_float *b, lapack_int ldb, lapack_complex_float *t, lapack_int ldt) |
◆ LAPACKE_ctpqrt()
| lapack_int LAPACKE_ctpqrt |
( |
int | matrix_layout, |
|
|
lapack_int | m, |
|
|
lapack_int | n, |
|
|
lapack_int | l, |
|
|
lapack_int | nb, |
|
|
lapack_complex_float * | a, |
|
|
lapack_int | lda, |
|
|
lapack_complex_float * | b, |
|
|
lapack_int | ldb, |
|
|
lapack_complex_float * | t, |
|
|
lapack_int | ldt ) |
Definition at line 35 of file lapacke_ctpqrt.c.
40{
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -6;
52 }
54 return -9;
55 }
56 }
57#endif
58
61 if( work == NULL ) {
63 goto exit_level_0;
64 }
65
67 t, ldt, work );
68
70exit_level_0:
73 }
74 return info;
75}
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_ctpqrt_work(int matrix_layout, lapack_int m, lapack_int n, lapack_int l, lapack_int nb, lapack_complex_float *a, lapack_int lda, lapack_complex_float *b, lapack_int ldb, lapack_complex_float *t, lapack_int ldt, lapack_complex_float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)