Go to the source code of this file.
◆ LAPACKE_ztfttp_work()
Definition at line 35 of file lapacke_ztfttp_work.c.
38{
41
43 if( info < 0 ) {
44 info = info - 1;
45 }
49
53 if( ap_t == NULL ) {
55 goto exit_level_0;
56 }
60 if( arf_t == NULL ) {
62 goto exit_level_1;
63 }
64
66
68 if( info < 0 ) {
69 info = info - 1;
70 }
71
73
75exit_level_1:
77exit_level_0:
80 }
81 } else {
82 info = -1;
84 }
85 return info;
86}
#define LAPACK_ztfttp(...)
#define lapack_complex_double
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_zpf_trans(int matrix_layout, char transr, char uplo, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_zpp_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)