![]() |
![]()
| ![]() |
![]()
NAMElis_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); DESCRIPTIONGet the location of the partial vector v in the global vector. INPUT
OUTPUTEXIT STATUSThe following exit values are returned:
NOTEFor the serial and multithreaded environments, a vector of size n results in is = 0 and ie = n. SEE ALSOlis(3) http://www.ssisc.org/lis/
|