LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dgttrf_work()

lapack_int LAPACKE_dgttrf_work ( lapack_int  n,
double *  dl,
double *  d,
double *  du,
double *  du2,
lapack_int ipiv 
)

Definition at line 35 of file lapacke_dgttrf_work.c.

38 {
39  lapack_int info = 0;
40  /* Call LAPACK function and adjust info */
41  LAPACK_dgttrf( &n, dl, d, du, du2, ipiv, &info );
42  return info;
Here is the call graph for this function:
Here is the caller graph for this function:
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACK_dgttrf
void LAPACK_dgttrf(lapack_int const *n, double *DL, double *D, double *DU, double *DU2, lapack_int *ipiv, lapack_int *info)