LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_cgbsvx()

void LAPACK_cgbsvx ( char const *  fact,
char const *  trans,
lapack_int const *  n,
lapack_int const *  kl,
lapack_int const *  ku,
lapack_int const *  nrhs,
lapack_complex_float AB,
lapack_int const *  ldab,
lapack_complex_float AFB,
lapack_int const *  ldafb,
lapack_int ipiv,
char *  equed,
float *  R,
float *  C,
lapack_complex_float B,
lapack_int const *  ldb,
lapack_complex_float X,
lapack_int const *  ldx,
float *  rcond,
float *  ferr,
float *  berr,
lapack_complex_float work,
float *  rwork,
lapack_int info 
)
Here is the caller graph for this function: