37{
40
42 if( info < 0 ) {
43 info = info - 1;
44 }
46 double* ap_t = NULL;
47 double* arf_t = NULL;
48
49 ap_t = (double*)
51 if( ap_t == NULL ) {
53 goto exit_level_0;
54 }
55 arf_t = (double*)
57 if( arf_t == NULL ) {
59 goto exit_level_1;
60 }
61
63
65 if( info < 0 ) {
66 info = info - 1;
67 }
68
70
72exit_level_1:
74exit_level_0:
77 }
78 } else {
79 info = -1;
81 }
82 return info;
83}
#define LAPACK_dtpttf(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dpf_trans(int matrix_layout, char transr, char uplo, lapack_int n, const double *in, double *out)
void LAPACKE_dpp_trans(int matrix_layout, char uplo, lapack_int n, const double *in, double *out)