37{
40
42 if( info < 0 ) {
43 info = info - 1;
44 }
46 double* ap_t = NULL;
47
48 ap_t = (double*)
50 if( ap_t == NULL ) {
52 goto exit_level_0;
53 }
54
56
58 if( info < 0 ) {
59 info = info - 1;
60 }
61
63
65exit_level_0:
68 }
69 } else {
70 info = -1;
72 }
73 return info;
74}
#define LAPACK_dsptrd(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dsp_trans(int matrix_layout, char uplo, lapack_int n, const double *in, double *out)