1lis_array_copy(3f) Lis Library Functions lis_array_copy(3f)
23
4
NAME
6lis_array_copy - copy the values of the vector elements
78
SYNOPSIS
10subroutine lis_array_copy(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR
11y(), LIS_INTEGER ierr);
1213
DESCRIPTION
15Copy the values of the vector elements.
1617
INPUT
19n The size of the vectors
2021
22
x The source array
2324
OUTPUT
26y The destination array
2728
SEE ALSO
30lis(3)
3132
http://www.ssisc.org/lis/
3334
35
36
37
Man Page 3 Dec 2014 lis_array_copy(3f)