lis_array_scale.3f - Man Page

multiply the vector by the scalar

Synopsis

subroutine lis_array_scale(LIS_INTEGER n, LIS_SCALAR alpha, LIS_SCALAR x(), LIS_INTEGER ierr);

Description

Multiply vector x by scalar alpha.

Input

n

The size of the vector

alpha

The scalar value alpha

x

The array that stores the vector

Output

x

alpha * x (vector x is overwritten)

See Also

lis(3)

http://www.ssisc.org/lis/

Info

3 Dec 2014 Man Page Lis Library Functions