1lis_array_set_all(3f)        Lis Library Functions       lis_array_set_all(3f)
2
3
4

NAME

6       lis_array_set_all - assign the value to the elements of the vector
7
8

SYNOPSIS

10       subroutine    lis_array_set_all(LIS_INTEGER    n,   LIS_SCALAR   value,
11       LIS_SCALAR x(), LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Assign scalar value value to the elements of vector x.
16
17

INPUT

19       n      The size of the vector
20
21
22       value  The scalar value to be assigned
23
24
25       x      The array that stores the vector
26
27

OUTPUT

29       x      The array with the value assigned to the elements
30
31

SEE ALSO

33       lis(3)
34
35       http://www.ssisc.org/lis/
36
37
38
39
40Man Page                          3 Dec 2014             lis_array_set_all(3f)
Impressum