1lis_vector_get_value(3f) Lis Library Functions lis_vector_get_value(3f)
2
3
4
6 lis_vector_get_value - get the value of the row of the vector
7
8
10 subroutine lis_vector_get_value(LIS_INTEGER flag, LIS_INTEGER i,
11 LIS_SCALAR value, LIS_VECTOR v, LIS_INTEGER ierr);
12
13
15 Get the scalar value of the i-th row of the vector.
16
17
19 i The location where the value is assigned
20
21
22 v The source vector
23
24
26 value The value of the i-th row
27
28
30 For the multiprocessing environment, the i-th row of the global vector
31 must be specified.
32
33
35 lis(3)
36
37 http://www.ssisc.org/lis/
38
39
40
41
42Man Page 6 Sep 2012 lis_vector_get_value(3f)