LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
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 36 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;
44 }
void LAPACK_zlarfg(lapack_int *n, lapack_complex_double *alpha, lapack_complex_double *x, lapack_int *incx, lapack_complex_double *tau)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: