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

◆ LAPACKE_zptcon_work()

lapack_int LAPACKE_zptcon_work ( lapack_int  n,
const double *  d,
const lapack_complex_double e,
double  anorm,
double *  rcond,
double *  work 
)

Definition at line 35 of file lapacke_zptcon_work.c.

38{
39 lapack_int info = 0;
40 /* Call LAPACK function and adjust info */
41 LAPACK_zptcon( &n, d, e, &anorm, rcond, work, &info );
42 return info;
43}
#define lapack_int
Definition: lapack.h:87
#define LAPACK_zptcon
Definition: lapack.h:14355
Here is the caller graph for this function: