Go to the source code of this file.
◆ LAPACKE_dpptrf_work()
Definition at line 35 of file lapacke_dpptrf_work.c.
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_dpptrf(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dpp_trans(int matrix_layout, char uplo, lapack_int n, const double *in, double *out)