lis_array_swap - Man Page
swap the values of the vector elements
Synopsis
#include "lis.h"
LIS_INT lis_array_swap(LIS_INT n, LIS_SCALAR x[], LIS_SCALAR y[]);
Description
Swap the values of the vector elements.
Input
- n
The size of the vectors
- x, y
The source arrays
Output
- x, y
The destination arrays
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