1lis_vector_gather(3f) Lis Library Functions lis_vector_gather(3f)
23
4
NAME
6lis_vector_gather - get the values of the vector
78
SYNOPSIS
10subroutine lis_vector_gather(LIS_VECTOR v, LIS_SCALAR value[],
11LIS_INTEGER ierr);
1213
DESCRIPTION
15Get scalar value[i] of the i-th row of the vector v, where
16i=0,1,...,global_n-1.
1718
INPUT
20v The source vector
2122
OUTPUT
24value The array to store the scalar values
2526
SEE ALSO
28lis(3)
2930
http://www.ssisc.org/lis/
3132
33
34
35
Man Page 6 Sep 2012 lis_vector_gather(3f)