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

Definition at line 36 of file lapacke_dlacn2_work.c.

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

Here is the call graph for this function:

Here is the caller graph for this function: