lis_vector_gather - Man Page
get the values of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_gather(LIS_VECTOR v, LIS_SCALAR value[]);
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
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions