1lis_array_axpyz(3f) Lis Library Functions lis_array_axpyz(3f)
2
3
4
6 lis_array_axpyz - calculate the sum of the vectors
7
8
10 subroutine lis_array_axpyz(LIS_INTEGER n, LIS_SCALAR alpha, LIS_SCALAR
11 x(), LIS_SCALAR y(), LIS_SCALAR z(), LIS_INTEGER ierr);
12
13
15 Calculate the sum of the vectors z = alpha * x + y.
16
17
19 n The size of the vectors
20
21
22 alpha The scalar value
23
24
25 x, y The arrays that store the vectors
26
27
29 z alpha * x + y
30
31
33 lis(3)
34
35 http://www.ssisc.org/lis/
36
37
38
39
40Man Page 3 Dec 2014 lis_array_axpyz(3f)