38 double* rcond,
double* work,
lapack_int* iwork )
43 LAPACK_dtpcon( &norm, &uplo, &diag, &n, ap, rcond, work, iwork, &info );
59 LAPACK_dtpcon( &norm, &uplo, &diag, &n, ap_t, rcond, work, iwork,
lapack_int LAPACKE_dtpcon_work(int matrix_layout, char norm, char uplo, char diag, lapack_int n, const double *ap, double *rcond, double *work, lapack_int *iwork)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_dtp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const double *in, double *out)
void LAPACK_dtpcon(char *norm, char *uplo, char *diag, lapack_int *n, const double *ap, double *rcond, double *work, lapack_int *iwork, lapack_int *info)