LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_int LAPACKE_zlacn2_work ( lapack_int  n,
lapack_complex_double v,
lapack_complex_double x,
double *  est,
lapack_int kase,
lapack_int isave 
)

Definition at line 36 of file lapacke_zlacn2_work.c.

40 {
41  lapack_int info = 0;
42  /* Call LAPACK function and adjust info */
43  LAPACK_zlacn2( &n, v, x, est, kase, isave );
44  return info;
45 }
void LAPACK_zlacn2(lapack_int *n, lapack_complex_double *v, lapack_complex_double *x, double *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: