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

NAME

6       lis_vector_axpy - calculate the sum of the vectors
7
8

SYNOPSIS

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

DESCRIPTION

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

INPUT

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

OUTPUT

26       y      alpha * x + y (vector y is overwritten)
27
28

SEE ALSO

30       lis(3)
31
32       http://www.ssisc.org/lis/
33
34
35
36
37Man Page                          6 Sep 2012               lis_vector_axpy(3f)
Impressum