1lis_array_reciprocal(3f) Lis Library Functions lis_array_reciprocal(3f)
2
3
4
6 lis_array_reciprocal - get the reciprocal values of the elements of the
7 vector
8
9
11 subroutine lis_array_reciprocal(LIS_INTEGER n, LIS_SCALAR x(),
12 LIS_INTEGER ierr);
13
14
16 Get the reciprocal values of the elements of vector x.
17
18
20 n The size of the vector
21
22
23 x The array that stores the vector
24
25
27 x The array that stores the reciprocal values
28
29
31 lis(3)
32
33 http://www.ssisc.org/lis/
34
35
36
37
38Man Page 3 Dec 2014 lis_array_reciprocal(3f)