39{
42
43 LAPACK_ztpcon( &norm, &uplo, &diag, &n, ap, rcond, work, rwork, &info );
44 if( info < 0 ) {
45 info = info - 1;
46 }
49
52 (
MAX(1,n) *
MAX(2,n+1) ) / 2 );
53 if( ap_t == NULL ) {
55 goto exit_level_0;
56 }
57
59
60 LAPACK_ztpcon( &norm, &uplo, &diag, &n, ap_t, rcond, work, rwork,
61 &info );
62 if( info < 0 ) {
63 info = info - 1;
64 }
65
67exit_level_0:
70 }
71 } else {
72 info = -1;
74 }
75 return info;
76}
#define LAPACK_ztpcon(...)
#define lapack_complex_double
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ztp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_double *in, lapack_complex_double *out)