lis_vector_axpy.3f - Man Page

calculate the sum of the vectors

Synopsis

subroutine lis_vector_axpy(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR y, LIS_INTEGER ierr);

Description

Calculate the sum of the vectors y = alpha * x + y.

Input

alpha

The scalar value

x, y

The vectors

Output

y

alpha * x + y (vector y is overwritten)

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions