![]() |
![]()
| ![]() |
![]()
NAMElis_vector_get_values - get the values of the rows of the vector SYNOPSIS#include "lis.h" LIS_INT lis_vector_get_values(LIS_INT flag, LIS_INT i, LIS_SCALAR value, LIS_VECTOR v); DESCRIPTIONGet scalar value[i] of the start+i-th row of the vector v, where i=0,1,...,count-1. INPUTOUTPUT
EXIT STATUSThe following exit values are returned:
NOTEFor the multiprocessing environment, the start+i-th row of the global vector must be specified. SEE ALSOlis(3) http://www.ssisc.org/lis/
|