Uses of Interface
JSci.maths.groups.AbelianGroup

Packages that use AbelianGroup
JSci.maths.algebras Provides classes for algebras and their generalisations (vector spaces, modules). 
JSci.maths.categories   
JSci.maths.fields Provides classes for fields and their generalisations (rings). 
JSci.maths.groups Provides classes for groups and their generalisations (monoids, semigroups). 
JSci.maths.polynomials   
 

Uses of AbelianGroup in JSci.maths.algebras
 

Subinterfaces of AbelianGroup in JSci.maths.algebras
 interface BanachSpace
          This interface defines a Banach space.
 interface Module
          This interface defines a module.
 interface VectorSpace
          This interface defines a vector space.
 

Classes in JSci.maths.algebras that implement AbelianGroup
 class HilbertSpace
          The HilbertSpace class encapsulates Hilbert spaces.
 

Uses of AbelianGroup in JSci.maths.categories
 

Classes in JSci.maths.categories that implement AbelianGroup
 class Hilb.OperatorSpace
           
 

Uses of AbelianGroup in JSci.maths.fields
 

Subinterfaces of AbelianGroup in JSci.maths.fields
 interface Field
          This interface defines a field.
 interface Ring
          This interface defines a ring.
 

Classes in JSci.maths.fields that implement AbelianGroup
 class ComplexField
          The ComplexField class encapsulates the field of complex numbers.
 class IntegerRing
          The IntegerRing class encapsulates the ring of integer numbers.
 class RealField
          The RealField class encapsulates the field of real numbers.
 

Uses of AbelianGroup in JSci.maths.groups
 

Classes in JSci.maths.groups that implement AbelianGroup
 class CyclicGroup
          The CyclicGroup class represents the nth cyclic group.
 

Uses of AbelianGroup in JSci.maths.polynomials
 

Classes in JSci.maths.polynomials that implement AbelianGroup
 class ComplexPolynomialRing
           
 class RealPolynomialRing