47 LAPACK_cptrfs( &uplo, &n, &nrhs, d, e, df, ef, b, &ldb, x, &ldx, ferr,
48 berr, work, rwork, &info );
71 ldb_t *
MAX(1,nrhs) );
78 ldx_t *
MAX(1,nrhs) );
87 LAPACK_cptrfs( &uplo, &n, &nrhs, d, e, df, ef, b_t, &ldb_t, x_t, &ldx_t,
88 ferr, berr, work, rwork, &info );
void LAPACK_cptrfs(char const *uplo, lapack_int const *n, lapack_int const *nrhs, float const *D, lapack_complex_float const *E, float const *DF, lapack_complex_float const *EF, lapack_complex_float const *B, lapack_int const *ldb, lapack_complex_float *X, lapack_int const *ldx, float *ferr, float *berr, lapack_complex_float *work, float *rwork, lapack_int *info)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)