lis_vector_scatter - Man Page

assign the values to the vector

Synopsis

#include "lis.h"

LIS_INT lis_vector_scatter(LIS_SCALAR value[], LIS_VECTOR v);

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

Exit Status

The following exit values are returned:

0

The process is normally terminated

unspecified

An error occurred

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions