IMSL C# Numerical Library

Sort.Descending Method (Double[,], Int32[])

Function to sort a matrix into descending order by specified keys.

public static void Descending(
   double[,] ra,
   int[] indkeys
);

Parameters

ra
a double">matrix to be sorted into descending order.
indkeys
int array containing the order the columns of ra are to be sorted.

See Also

Sort Class | Imsl.Stat Namespace | Sort.Descending Overload List