.TH "TESTING/LIN/dlaord.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/dlaord.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdlaord\fP (job, n, x, incx)" .br .RI "\fBDLAORD\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dlaord (character job, integer n, double precision, dimension( * ) x, integer incx)" .PP \fBDLAORD\fP .PP \fBPurpose:\fP .RS 4 .PP .nf DLAORD sorts the elements of a vector x in increasing or decreasing order\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIJOB\fP .PP .nf JOB is CHARACTER = 'I': Sort in increasing order = 'D': Sort in decreasing order .fi .PP .br \fIN\fP .PP .nf N is INTEGER The length of the vector X\&. .fi .PP .br \fIX\fP .PP .nf X is DOUBLE PRECISION array, dimension (1+(N-1)*INCX) On entry, the vector of length n to be sorted\&. On exit, the vector x is sorted in the prescribed order\&. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The spacing between successive elements of X\&. INCX >= 0\&. .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 \fB72\fP of file \fBdlaord\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.