LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ LAPACKE_dlarfg_work()

lapack_int LAPACKE_dlarfg_work ( lapack_int  n,
double *  alpha,
double *  x,
lapack_int  incx,
double *  tau 
)

Definition at line 35 of file lapacke_dlarfg_work.c.

37{
38 lapack_int info = 0;
39 /* Call LAPACK function and adjust info */
40 LAPACK_dlarfg( &n, alpha, x, &incx, tau );
41 return info;
42}
#define lapack_int
Definition: lapack.h:87
#define LAPACK_dlarfg
Definition: lapack.h:10531
Here is the caller graph for this function: