Uses of Class
cayleytable.groupIdentify.num_order

Uses of groupIdentify.num_order in cayleytable
 

Methods in cayleytable that return types with arguments of type groupIdentify.num_order
private  java.util.ArrayList<groupIdentify.num_order> groupIdentify.build_num_order_arrayList(int[] order)
          Method to determine the number of elements in the group of each order.
 

Method parameters in cayleytable with type arguments of type groupIdentify.num_order
private  java.lang.String groupIdentify.identifyAbelianXGroup(int[] order, java.util.ArrayList<groupIdentify.num_order> orderList)
          Method to determine remaining Abelian groups that have not been identified by the isCyclic, isTwoPrime, and isPrimeSqrd methods.
private  java.lang.String groupIdentify.identifyNonAbelianGroup(int[] order, java.util.ArrayList<groupIdentify.num_order> orderList)
          Method to determine remaining non-Abelian group names for all groups of order less than or equal to 32.
private  int groupIdentify.numElementsOfOrder(java.util.ArrayList<groupIdentify.num_order> orderList, int k)
          Method to determine the number of elements in a group of a given order.