SLAORD

   Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
   November 2006

Purpose

SLAORD sorts the elements of a vector x in increasing or decreasing
order.

Arguments

JOB
(input) CHARACTER
= 'I':  Sort in increasing order
= 'D':  Sort in decreasing order
N
(input) INTEGER
The length of the vector X.
X
(input/output) 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.
INCX
(input) INTEGER
The spacing between successive elements of X.  INCX >= 0.

Call Graph

Caller Graph