LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_ctrrfs()

void LAPACK_ctrrfs ( char const *  uplo,
char const *  trans,
char const *  diag,
lapack_int const *  n,
lapack_int const *  nrhs,
lapack_complex_float const *  A,
lapack_int const *  lda,
lapack_complex_float const *  B,
lapack_int const *  ldb,
lapack_complex_float const *  X,
lapack_int const *  ldx,
float *  ferr,
float *  berr,
lapack_complex_float work,
float *  rwork,
lapack_int info 
)
Here is the caller graph for this function: