lis_vector_gather.3f - Man Page
get the values of the vector
Synopsis
subroutine lis_vector_gather(LIS_VECTOR v, LIS_SCALAR value[], LIS_INTEGER ierr);
Description
Get scalar value[i] of the i-th row of the vector v, where i=0,1,...,global_n-1.
Input
- v
The source vector
Output
- value
The array to store the scalar values
See Also
Info
6 Sep 2012 Man Page Lis Library Functions