lis_vector_scatter(3) - Linux man page
Name
lis_vector_scatter - assign the values to the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_scatter(LIS_SCALAR value[], LIS_VECTOR v);
Description
Assign scalar value[i] to the i-th row of the vector v, where i=0,1,...,global_n-1.
Input
- value
- The array which stores the scalar values to
be assigned
Output
- v
- The destination vector
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An
error occurred
See Also
lis(3)