Examples of invMap()


Examples of bnGUI.venn.geometry.Permutation.invMap()

    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
Copyright © 2018 www.massapi.com. 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.