LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
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 36 of file lapacke_cptcon_work.c.

39 {
40  lapack_int info = 0;
41  /* Call LAPACK function and adjust info */
42  LAPACK_cptcon( &n, d, e, &anorm, rcond, work, &info );
43  return info;
44 }
void LAPACK_cptcon(lapack_int *n, const float *d, const lapack_complex_float *e, float *anorm, float *rcond, float *work, lapack_int *info)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: