.TH "TESTING/LIN/icopy.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/icopy.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBicopy\fP (n, sx, incx, sy, incy)" .br .RI "\fBICOPY\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine icopy (integer n, integer, dimension( * ) sx, integer incx, integer, dimension( * ) sy, integer incy)" .PP \fBICOPY\fP .PP \fBPurpose:\fP .RS 4 .PP .nf ICOPY copies an integer vector x to an integer vector y\&. Uses unrolled loops for increments equal to 1\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of the vectors SX and SY\&. .fi .PP .br \fISX\fP .PP .nf SX is INTEGER array, dimension (1+(N-1)*abs(INCX)) The vector X\&. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The spacing between consecutive elements of SX\&. .fi .PP .br \fISY\fP .PP .nf SY is INTEGER array, dimension (1+(N-1)*abs(INCY)) The vector Y\&. .fi .PP .br \fIINCY\fP .PP .nf INCY is INTEGER The spacing between consecutive elements of SY\&. .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB74\fP of file \fBicopy\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.