Class SortEx1

java.lang.Object
com.imsl.test.example.stat.SortEx1

public class SortEx1 extends Object

Sorts an array and computes the permutation.

An array is sorted by increasing value. A permutation array is also computed. Note that the permutation array begins at 0 in this example.
See Also:
  • Constructor Details

    • SortEx1

      public SortEx1()
  • Method Details

    • main

      public static void main(String[] args)