Package bnGUI.venn.geometry

Examples of bnGUI.venn.geometry.Permutation


        });
   
    for(int i=0; i<objects.length; ++i )
      System.out.print(objects[i]+" ");
    System.out.println("");
    Permutation perm = new Permutation(order);
    System.out.println("order  = "+perm);
    System.out.println("iorder = "+perm.createInverse());
    for(int i=0; i<order.length; ++i )
      System.out.print(objects[perm.invMap(i)]+" ");
  }
View Full Code Here

TOP

Related Classes of bnGUI.venn.geometry.Permutation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.