1lis_vector_axpyz(3)          Lis Library Functions         lis_vector_axpyz(3)
2
3
4

NAME

6       lis_vector_axpyz - calculate the sum of the vectors
7
8

SYNOPSIS

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

DESCRIPTION

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

INPUT

21       alpha  The scalar value
22
23
24       x, y   The vectors
25
26

OUTPUT

28       z      alpha * x + y
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          28 Aug 2014              lis_vector_axpyz(3)
Impressum