lis_vector_scatter.3f - Man Page

assign the values to the vector

Synopsis

subroutine lis_vector_scatter(LIS_SCALAR value[], LIS_VECTOR v, LIS_INTEGER ierr);

Description

Assign scalar value[i] to the i-th row of the vector v, where i=0,1,...,global_n-1.

Input

value

The array which stores the scalar values to be assigned

Output

v

The destination vector

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions