SORT_MVIDXD
Moves DOUBLE PRECISION data using a supplied index
Invocation
CALL SORT_MVIDXD( N, IN, INDEX, OUT, STATUS )
Description
Moves the values in the array IN to the slots in the array OUT
given by the ordering array INDEX. This index ca be constructed
using (for example) one of the SORT_IDX* routines.
Arguments
-
N = INTEGER (given)
Number of values in arrays
-
IN = DOUBLE PRECISION[] (given)
Input values to be moved
-
INDEX = INTEGER[] (given)
The ordering list
-
OUT = DOUBLE PRECISION[] (returned)
The output ordered array
-
STATUS = INTEGER (given)
The global status.
References