![]() |
![]()
| ![]() |
![]()
NAMElis_vector_set_value - assign the scalar value to the row of the vector SYNOPSIS#include "lis.h" LIS_INT lis_vector_set_value(LIS_INT flag, LIS_INT i, LIS_SCALAR value, LIS_VECTOR v); DESCRIPTIONAssign the scalar value to the i-th row of vector v. INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
NOTEFor the multiprocessing environment, the i-th row of the global vector must be specified instead of the i-th row of the partial vector. SEE ALSOlis(3) http://www.ssisc.org/lis/
|