LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dgbsvx()

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