IMSL C# Numerical Library

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

Function to sort a matrix into descending order by the first nKeys.

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

Parameters

ra
a double matrix to be sorted into descending order.
nKeys
int containing the first nKeys columns of ra to be used as the sorting keys.

See Also

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