1lis_vector_xpay(3f) Lis Library Functions lis_vector_xpay(3f)
23
4
NAME
6lis_vector_xpay - calculate the sum of the vectors
78
SYNOPSIS
10subroutine lis_vector_xpay(LIS_SCALAR alpha, LIS_VECTOR x, LIS_VECTOR
11y, LIS_INTEGER ierr);
1213
DESCRIPTION
15Calculate the sum of the vectors y = x + alpha * y.
1617
INPUT
19alpha The scalar value
2021
22
x, y The vectors
2324
OUTPUT
26y x + alpha * y (vector y is overwritten)
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 6 Sep 2012 lis_vector_xpay(3f)