LAPACK  3.10.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.

36 {
37  lapack_int info = 0;
38  /* Call LAPACK function and adjust info */
39  LAPACK_dpttrf( &n, d, e, &info );
40  return info;
41 }
void LAPACK_dpttrf(lapack_int const *n, double *D, double *E, lapack_int *info)
#define lapack_int
Definition: lapack.h:83
Here is the call graph for this function:
Here is the caller graph for this function: