Next: PLAPACK FORTRAN-C interface
Up: Scaling a Vector (Object)
Previous: Scaling a Vector (Object)
The FORTRAN level-1 BLAS call for this operation is
Here
is replaced by S, D, C, or Z
to indicate the data type of the operands (single, double, complex, double precision complex).
Parameter N equals the length of the vector, n .
Parameter ALPHA passes the scaling factor
.
Parameter X equal the
address of where vector x starts in
memory. The stride for the vector is given in INCX.
Next: PLAPACK FORTRAN-C interface
Up: Scaling a Vector (Object)
Previous: Scaling a Vector (Object)
rvdg@cs.utexas.edu