1lis_vector_axpyz(3f) Lis Library Functions lis_vector_axpyz(3f)
23
4
NAME
6lis_vector_axpyz - calculate the sum of the vectors
78
SYNOPSIS
10subroutine lis_vector_axpyz(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR
11y, LIS_VECTOR z, LIS_INTEGER ierr);
1213
DESCRIPTION
15Calculate the sum of the vectors z = alpha * x + y.
1617
INPUT
19alpha The scalar value
2021
22
x, y The vectors
2324
OUTPUT
26z alpha * x + y
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 28 Aug 2014 lis_vector_axpyz(3f)