LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_int LAPACKE_clacn2_work ( lapack_int  n,
lapack_complex_float v,
lapack_complex_float x,
float *  est,
lapack_int kase,
lapack_int isave 
)

Definition at line 36 of file lapacke_clacn2_work.c.

40 {
41  lapack_int info = 0;
42  /* Call LAPACK function and adjust info */
43  LAPACK_clacn2( &n, v, x, est, kase, isave );
44  return info;
45 }
void LAPACK_clacn2(lapack_int *n, lapack_complex_float *v, lapack_complex_float *x, float *est, lapack_int *kase, lapack_int *isave)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: