LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_zlarfg_work()

lapack_int LAPACKE_zlarfg_work ( lapack_int  n,
lapack_complex_double alpha,
lapack_complex_double x,
lapack_int  incx,
lapack_complex_double tau 
)

Definition at line 35 of file lapacke_zlarfg_work.c.

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