dscal_

scal_ scales a vector by a constant.

More...
extern (C) nothrow @nogc @system
int
dscal_
(
ref const FortranInt n
,
ref const double a
,
double* x
,
ref const FortranInt incx
)

Detailed Description

Meta