LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_zlacgv_work()

lapack_int LAPACKE_zlacgv_work ( lapack_int  n,
lapack_complex_double x,
lapack_int  incx 
)

Definition at line 35 of file lapacke_zlacgv_work.c.

38 {
39  lapack_int info = 0;
40  /* Call LAPACK function and adjust info */
41  LAPACK_zlacgv( &n, x, &incx );
42  return info;
Here is the call graph for this function:
Here is the caller graph for this function:
LAPACK_zlacgv
void LAPACK_zlacgv(lapack_int const *n, lapack_complex_double *X, lapack_int const *incx)
lapack_int
#define lapack_int
Definition: lapack.h:21