lis_vector_axpyz.3f - Man Page

calculate the sum of the vectors

Synopsis

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

Description

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

Input

alpha

The scalar value

x, y

The vectors

Output

z

alpha * x + y

See Also

lis(3)

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

Info

28 Aug 2014 Man Page Lis Library Functions