1lis_vector_axpyz(3) Lis Library Functions lis_vector_axpyz(3)
2
3
4
6 lis_vector_axpyz - calculate the sum of the vectors
7
8
10 #include "lis.h"
11
12 LIS_INT lis_vector_axpyz(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR y,
13 LIS_VECTOR z);
14
15
17 Calculate the sum of the vectors z = alpha * x + y.
18
19
21 alpha The scalar value
22
23
24 x, y The vectors
25
26
28 z alpha * x + y
29
30
32 The following exit values are returned:
33
34 0 The process is normally terminated
35
36 unspecified
37 An error occurred
38
39
41 lis(3)
42
43 http://www.ssisc.org/lis/
44
45
46
47
48Man Page 28 Aug 2014 lis_vector_axpyz(3)