lis_vector_gather(3) - Linux man page
Name
lis_vector_gather - 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
lis(3)