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