IMSL C# Numerical Library

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

Sort a matrix into ascending order by specified keys.

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

Parameters

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

See Also

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