lis_vector_shift - Man Page
get the shifted values of the elements of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_shift(LIS_SCALAR alpha, LIS_VECTOR x);
Description
Get the shifted values of the elements of vector x.
Input
- alpha
The amount of the shift
- x
The vector
Output
- x
The vector that stores the shifted values
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions