IMSL C# Numerical Library

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

Sort a matrix into ascending order by the first nKeys.

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

Parameters

ra
double matrix to be sorted into ascending 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.Ascending Overload List