lis_vector_get_value(3) - Linux man page
Name
lis_vector_get_value - get the value of the row of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_get_value(LIS_INT flag, LIS_INT i, LIS_SCALAR value, LIS_VECTOR v);
Description
Get the scalar value of the i-th row of the vector.
Input
- i
- The location where the value is assigned
- v
- The source vector
Output
- value
- The value of the i-th row
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
Note
For the multiprocessing environment, the i-th row of the global vector must be specified.
See Also
lis(3)