LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dgbtrs()

void LAPACK_dgbtrs ( char const *  trans,
lapack_int const *  n,
lapack_int const *  kl,
lapack_int const *  ku,
lapack_int const *  nrhs,
double const *  AB,
lapack_int const *  ldab,
lapack_int const *  ipiv,
double *  B,
lapack_int const *  ldb,
lapack_int info 
)
Here is the caller graph for this function: