             Array manipulation
             ------------------

The files in this directory allow arrays to be manipulated in various ways.

==========================================================================

As of 13-May-94 files are:

  
Directory:  /disk2/cds/soft/test/util/array/
 
AVERAGE()         - Averages an array over one or all of its dimensions.
BOOST_ARRAY       - Append array onto an array of arrays.
BSORT             - Sorts data into ascending order.
CONCAT2D()        - Concatenate two or more 2-d arrays.
CONCAT3D()        - Concatenate two or more 3-d arrays.
MATCH             - Routine to match values in two vectors.
PRODUCT()         - Calculates the product of all the elements of an array.
REARRANGE()       - Rearranges the dimensions in an array (ala TRANSPOSE).
STORE_ARRAY       - Insert array into an array of arrays.
SUM_COL()         - Sums along the columns of a matrix.
SUM_ROW()         - Sums along the rows of a matrix.

