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

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