41 float* ferr,
float* berr,
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 );
lapack_int LAPACKE_cptrfs_work(int matrix_layout, char uplo, lapack_int n, lapack_int nrhs, const float *d, const lapack_complex_float *e, const float *df, const lapack_complex_float *ef, const lapack_complex_float *b, lapack_int ldb, lapack_complex_float *x, lapack_int ldx, float *ferr, float *berr, lapack_complex_float *work, float *rwork)
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)