| JSci.maths.groups |
|
JSci.maths.groups
Provides classes for groups and their generalisations (monoids, semigroups).
|
| Java Source File Name | Type | Comment |
| AbelianGroup.java | Interface | This interface defines an abelian group. |
| CyclicGroup.java | Class | The CyclicGroup class represents the nth cyclic group. |
| DihedralGroup.java | Class | The DihedralGroup class represents the nth dihedral group. |
| FiniteGroup.java | Class | Superclass for finite groups. |
| Group.java | Interface | This interface defines a group. |
| LieGroup.java | Class | The LieGroup class provides an encapsulation for Lie groups. |
| Monoid.java | Interface | This interface defines a monoid. |
| QuaternionGroup.java | Class | The QuaternionGroup class represents the quaternion group. |
| Semigroup.java | Interface | This interface defines a semigroup. |
| U1.java | Class | The U1 class provides an encapsulation for U(1) groups. |