Go to the source code of this file.
◆ LAPACKE_strttp_work()
Definition at line 35 of file lapacke_strttp_work.c.
37{
40
42 if( info < 0 ) {
43 info = info - 1;
44 }
47 float* a_t = NULL;
48 float* ap_t = NULL;
49
51 info = -5;
53 return info;
54 }
55
57 if( a_t == NULL ) {
59 goto exit_level_0;
60 }
61 ap_t = (float*)
63 if( ap_t == NULL ) {
65 goto exit_level_1;
66 }
67
69
71 if( info < 0 ) {
72 info = info - 1;
73 }
74
76
78exit_level_1:
80exit_level_0:
83 }
84 } else {
85 info = -1;
87 }
88 return info;
89}
#define LAPACK_strttp(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_spp_trans(int matrix_layout, char uplo, lapack_int n, const float *in, float *out)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)