LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dlassq_work()

lapack_int LAPACKE_dlassq_work ( lapack_int  n,
double *  x,
lapack_int  incx,
double *  scale,
double *  sumsq 
)

Definition at line 35 of file lapacke_dlassq_work.c.

37 {
38  lapack_int info = 0;
39  LAPACK_dlassq( &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_dlassq
void LAPACK_dlassq(lapack_int const *n, double const *X, lapack_int const *incx, double *scale, double *sumsq)