lis_array_copy - Man Page
copy the values of the vector elements
Synopsis
#include "lis.h"
LIS_INT lis_array_copy(LIS_INT n, LIS_SCALAR x[], LIS_SCALAR y[]);
Description
Copy the values of the vector elements.
Input
- n
The size of the vectors
- x
The source array
Output
- y
The destination array
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
3 Dec 2014 Man Page Lis Library Functions