lis_vector_set_value - assign the scalar value to the row of the vector
subroutine lis_vector_set_value(LIS_INTEGER flag, LIS_INTEGER
i, LIS_SCALAR value, LIS_VECTOR v, LIS_INTEGER ierr);
Assign the scalar value to the i-th row of the vector v.
- flag
- LIS_INS_VALUE
- v[i] = value
- LIS_ADD_VALUE
- v[i] = v[i] + value
- i
- The location where the value is assigned
- value
- The scalar value to be assigned
- v
- The destination vector
- v
- The vector with the scalar value assigned to the i-th row
For the multiprocessing environment, the i-th row of the global vector
must be specified instead of the i-th row of the partial vector.
lis(3)
http://www.ssisc.org/lis/