1lis_array_abs(3f) Lis Library Functions lis_array_abs(3f)
2
3
4
6 lis_array_abs - get the absolute values of the elements of the vector
7
8
10 subroutine lis_array_abs(LIS_INTEGER n, LIS_SCALAR x(), LIS_INTEGER
11 ierr);
12
13
15 Get the absolute values 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 x The array that stores the absolute values
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 3 Dec 2014 lis_array_abs(3f)