.TH "TESTING/LIN/slaord.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/slaord.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBslaord\fP (job, n, x, incx)" .br .RI "\fBSLAORD\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine slaord (character job, integer n, real, dimension( * ) x, integer incx)" .PP \fBSLAORD\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> SLAORD 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 REAL 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 \fBslaord\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.