1lis_vector_scatter(3)        Lis Library Functions       lis_vector_scatter(3)
2
3
4

NAME

6       lis_vector_scatter - assign the values to the vector
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_vector_scatter(LIS_SCALAR value[], LIS_VECTOR v);
13
14

DESCRIPTION

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

INPUT

21       value  The array which stores the scalar values to be assigned
22
23

OUTPUT

25       v      The destination vector
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

SEE ALSO

38       lis(3)
39
40       http://www.ssisc.org/lis/
41
42
43
44
45Man Page                          6 Sep 2012             lis_vector_scatter(3)
Impressum