1lis_vector_scatter(3f) Lis Library Functions lis_vector_scatter(3f)
2
3
4
6 lis_vector_scatter - assign the values to the vector
7
8
10 subroutine lis_vector_scatter(LIS_SCALAR value[], LIS_VECTOR v,
11 LIS_INTEGER ierr);
12
13
15 Assign scalar value[i] to the i-th row of the vector v, where
16 i=0,1,...,global_n-1.
17
18
20 value The array which stores the scalar values to be assigned
21
22
24 v The destination vector
25
26
28 lis(3)
29
30 http://www.ssisc.org/lis/
31
32
33
34
35Man Page 6 Sep 2012 lis_vector_scatter(3f)