lis_vector_scale.3f - Man Page

multiply the vector by the scalar

Synopsis

subroutine lis_vector_scale(LIS_SCALAR alpha, LIS_VECTOR x, LIS_INTEGER ierr);

Description

Multiply vector x by scalar alpha.

Input

alpha

The scalar value alpha

x

The vector

Output

x

alpha * x (vector x is overwritten)

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions