LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dlacn2_work()

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 35 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;
Here is the call graph for this function:
Here is the caller graph for this function:
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACK_dlacn2
void LAPACK_dlacn2(lapack_int const *n, double *V, double *X, lapack_int *ISGN, double *est, lapack_int *kase, lapack_int *ISAVE)