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

◆ 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.

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