lis_vector_get_range(3) - Linux man page
Name
lis_vector_get_range - get the location of the partial vector in the
global vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_get_range(LIS_VECTOR v, LIS_INT *is, LIS_INT *ie);
Description
Get the location of the partial vector v in the global vector.
Input
- v
- The partial vector
Output
- is
- The
location where the partial vector v starts in the global vector
- ie
- The
location where the partial vector v ends in the global vector
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
Note
For the serial and multithreaded environments, a vector of size n results in is = 0 and ie = n.
See Also
lis(3)