LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
dlaord.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dlaord (JOB, N, X, INCX)
 DLAORD More...
 

Function/Subroutine Documentation

subroutine dlaord ( character  JOB,
integer  N,
double precision, dimension( * )  X,
integer  INCX 
)

DLAORD

Purpose:
 DLAORD sorts the elements of a vector x in increasing or decreasing
 order.
Parameters
[in]JOB
          JOB is CHARACTER
          = 'I':  Sort in increasing order
          = 'D':  Sort in decreasing order
[in]N
          N is INTEGER
          The length of the vector X.
[in,out]X
          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.
[in]INCX
          INCX is INTEGER
          The spacing between successive elements of X.  INCX >= 0.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 74 of file dlaord.f.

Here is the call graph for this function:

Here is the caller graph for this function: