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

◆ LAPACKE_cptcon_work()

lapack_int LAPACKE_cptcon_work ( lapack_int  n,
const float *  d,
const lapack_complex_float e,
float  anorm,
float *  rcond,
float *  work 
)

Definition at line 35 of file lapacke_cptcon_work.c.

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