lis_array_swap - swap the values of the vector elements
#include "lis.h"
LIS_INT lis_array_swap(LIS_INT n, LIS_SCALAR
x[], LIS_SCALAR y[]);
Swap the values of the vector elements.
- n
- The size of the vectors
- x, y
- The source arrays
- x, y
- The destination arrays
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
lis(3)
http://www.ssisc.org/lis/