LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ 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}
#define LAPACK_dpttrf
Definition: lapack.h:14660
#define lapack_int
Definition: lapack.h:87
Here is the caller graph for this function: