LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_slarfg_work()

lapack_int LAPACKE_slarfg_work ( lapack_int  n,
float *  alpha,
float *  x,
lapack_int  incx,
float *  tau 
)

Definition at line 35 of file lapacke_slarfg_work.c.

38 {
39  lapack_int info = 0;
40  /* Call LAPACK function and adjust info */
41  LAPACK_slarfg( &n, alpha, x, &incx, tau );
42  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_slarfg
void LAPACK_slarfg(lapack_int const *n, float *alpha, float *X, lapack_int const *incx, float *tau)