27 const double *dy,
const integer *incy);
32 const integer *incy,
const double *c,
const double *s);
34 void F77NAME(
drotg)(
double *da,
double *db,
double *c,
double *s);
43 #if defined( LA_COMPLEX_SUPPORT) 47 const doublecomplex *cx,
48 const integer *incx,
const doublecomplex *cy,
const integer *incy);
51 const doublecomplex *cx,
const integer *incx,
52 const doublecomplex *cy,
const integer *incy);
55 const doublecomplex *dx,
56 const integer *incx, doublecomplex *dy,
60 doublecomplex *dy,
const integer *incy);
66 void F77NAME(zdscal)(
const integer *n,
const double *da, doublecomplex *dx,
69 void F77NAME(zscal)(
const integer *n,
const doublecomplex *da, doublecomplex *dx,
75 doublecomplex *dy,
integer *incy);
double F77NAME() dnrm2(const integer *n, const double *dx, const integer *incx)
void F77NAME() daxpy(const integer *n, const double *da, const double *dx, const integer *incx, double *dy, const integer *incy)
double F77NAME() dasum(const integer *n, const double *dx, const integer *incx)
void F77NAME() dscal(const integer *n, double *da, double *dx, const integer *incx)
void F77NAME() dswap(const integer *n, double *dx, const integer *incx, double *dy, const integer *incy)
integer F77NAME() idamax(const integer *n, const double *dx, const integer *incx)
void F77NAME() zswap(int *n, COMPLEX *x, int *incx, COMPLEX *y, int *incy)
void F77NAME() drot(const integer *n, double *dx, const integer *incx, double *dy, const integer *incy, const double *c, const double *s)
double F77NAME() ddot(const integer *n, const double *dx, const integer *incx, const double *dy, const integer *incy)
void F77NAME() dcopy(const integer *n, double *dx, const integer *incx, double *dy, const integer *incy)
void F77NAME() drotg(double *da, double *db, double *c, double *s)