LAPACK  3.10.1
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.

36 {
37  lapack_int info = 0;
38  LAPACK_classq( &n, x, &incx, scale, sumsq );
39  return info;
40 }
#define lapack_int
Definition: lapack.h:83
void LAPACK_classq(lapack_int const *n, lapack_complex_float const *X, lapack_int const *incx, float *scale, float *sumsq)
Here is the call graph for this function:
Here is the caller graph for this function: