1lis_array_shift(3) Lis Library Functions lis_array_shift(3)
2
3
4
6 lis_array_shift - get the shifted values of the elements of the vector
7
8
10 #include "lis.h"
11
12 LIS_INT lis_array_shift(LIS_INT n, LIS_SCALAR alpha, LIS_SCALAR x[]);
13
14
16 Get the shifted values of the elements of vector x.
17
18
20 n The size of the vector
21
22
23 alpha The amount of the shift
24
25
26 x The array that stores the vector
27
28
30 x The array that stores the shifted values
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_shift(3)