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

Definition at line 36 of file lapacke_slacn2_work.c.

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

Here is the call graph for this function:

Here is the caller graph for this function: