Uses of Interface
JSci.maths.groups.Group.Member

Packages that use Group.Member
JSci.maths.groups Provides classes for groups and their generalisations (monoids, semigroups). 
 

Uses of Group.Member in JSci.maths.groups
 

Methods in JSci.maths.groups that return Group.Member
 Group.Member[] CyclicGroup.getElements()
          Returns the elements of this group.
 Group.Member[] DihedralGroup.getElements()
          Returns the elements of this group.
abstract  Group.Member[] FiniteGroup.getElements()
          Returns the elements of this group.
 Group.Member[] QuaternionGroup.getElements()
          Returns the elements of this group.
 Group.Member Group.Member.inverse()
          Returns the inverse member.
 

Methods in JSci.maths.groups with parameters of type Group.Member
 boolean CyclicGroup.isInverse(Group.Member a, Group.Member b)
          Returns true if one member is the inverse of the other.
 boolean DihedralGroup.isInverse(Group.Member a, Group.Member b)
          Returns true if one element is the inverse of the other.
 boolean Group.isInverse(Group.Member a, Group.Member b)
          Returns true if one member is the inverse of the other.
 boolean QuaternionGroup.isInverse(Group.Member a, Group.Member b)
          Returns true if one element is the inverse of the other.