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

NAME

6       lis_vector_axpyz - calculate the sum of the vectors
7
8

SYNOPSIS

10       subroutine  lis_vector_axpyz(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR
11       y, LIS_VECTOR z, LIS_INTEGER ierr);
12
13

DESCRIPTION

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

INPUT

19       alpha  The scalar value
20
21
22       x, y   The vectors
23
24

OUTPUT

26       z      alpha * x + y
27
28

SEE ALSO

30       lis(3)
31
32       http://www.ssisc.org/lis/
33
34
35
36
37Man Page                          28 Aug 2014             lis_vector_axpyz(3f)
Impressum