1lis_array_sum(3f) Lis Library Functions lis_array_sum(3f)
2
3
4
6 lis_array_sum - calculate the sum of the elements of the vector
7
8
10 subroutine lis_array_sum(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR
11 *value, LIS_INTEGER ierr);
12
13
15 Calculate the sum of the elements of vector x.
16
17
19 n The size of the vector
20
21
22 x The array that stores the vector
23
24
26 value The sum of the vector elements
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 3 Dec 2014 lis_array_sum(3f)