37 const float* d,
const float* e,
const float* df,
38 const float* ef,
const float* b,
lapack_int ldb,
40 float* berr,
float* work )
45 LAPACK_sptrfs( &n, &nrhs, d, e, df, ef, b, &ldb, x, &ldx, ferr, berr,
81 LAPACK_sptrfs( &n, &nrhs, d, e, df, ef, b_t, &ldb_t, x_t, &ldx_t, ferr,