LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dpttrf_work()

lapack_int LAPACKE_dpttrf_work ( lapack_int  n,
double *  d,
double *  e 
)

Definition at line 35 of file lapacke_dpttrf_work.c.

37 {
38  lapack_int info = 0;
39  /* Call LAPACK function and adjust info */
40  LAPACK_dpttrf( &n, d, e, &info );
41  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_dpttrf
void LAPACK_dpttrf(lapack_int const *n, double *D, double *E, lapack_int *info)