40 float* ferr,
float* berr,
46 LAPACK_ctprfs( &uplo, &trans, &diag, &
n, &nrhs, ap, b, &ldb,
x, &ldx,
47 ferr, berr, work, rwork, &info );
71 ldb_t *
MAX(1,nrhs) );
78 ldx_t *
MAX(1,nrhs) );
95 LAPACK_ctprfs( &uplo, &trans, &diag, &
n, &nrhs, ap_t, b_t, &ldb_t, x_t,
96 &ldx_t, ferr, berr, work, rwork, &info );
lapack_int LAPACKE_ctprfs_work(int matrix_layout, char uplo, char trans, char diag, lapack_int n, lapack_int nrhs, const lapack_complex_float *ap, const lapack_complex_float *b, lapack_int ldb, const lapack_complex_float *x, lapack_int ldx, float *ferr, float *berr, lapack_complex_float *work, float *rwork)
void LAPACKE_ctp_trans(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *in, lapack_complex_float *out)
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)