1lis_array_set_all(3) Lis Library Functions lis_array_set_all(3)
2
3
4
6 lis_array_set_all - assign the value to the elements of the vector
7
8
10 #include "lis.h"
11
12 LIS_INT lis_array_set_all(LIS_INT n, LIS_SCALAR value, LIS_SCALAR x[]);
13
14
16 Assign scalar value value to the elements of vector x.
17
18
20 n The size of the vector
21
22
23 value The scalar value to be assigned
24
25
26 x The array that stores the vector
27
28
30 x The array with the value assigned to the elements
31
32
34 The following exit values are returned:
35
36 0 The process is normally terminated
37
38 unspecified
39 An error occurred
40
41
43 lis(3)
44
45 http://www.ssisc.org/lis/
46
47
48
49
50Man Page 3 Dec 2014 lis_array_set_all(3)