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