LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_classq_work()

lapack_int LAPACKE_classq_work ( lapack_int  n,
lapack_complex_float x,
lapack_int  incx,
float *  scale,
float *  sumsq 
)

Definition at line 35 of file lapacke_classq_work.c.

37 {
38  lapack_int info = 0;
39  LAPACK_classq( &n, x, &incx, scale, sumsq );
40  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_classq
void LAPACK_classq(lapack_int const *n, lapack_complex_float const *X, lapack_int const *incx, float *scale, float *sumsq)