Uses of Interface
org.lsmp.djep.groupJep.GroupI

Packages that use GroupI
org.lsmp.djep.groupJep   
org.lsmp.djep.groupJep.function   
org.lsmp.djep.groupJep.groups   
org.lsmp.djep.groupJep.interfaces   
org.lsmp.djep.groupJep.values   
 

Uses of GroupI in org.lsmp.djep.groupJep
 

Fields in org.lsmp.djep.groupJep declared as GroupI
protected  GroupI GroupJep.group
           
 

Methods in org.lsmp.djep.groupJep that return GroupI
 GroupI GroupJep.getGroup()
           
 

Constructors in org.lsmp.djep.groupJep with parameters of type GroupI
GOperatorSet(GroupI group)
          TODO Should really change the properties of operators, might muck up simplification.
GroupJep(GroupI group)
          Create a new GroupJep instance with calculations over the given group.
 

Uses of GroupI in org.lsmp.djep.groupJep.function
 

Constructors in org.lsmp.djep.groupJep.function with parameters of type GroupI
GAdd(GroupI group)
           
GComparative(GroupI group, int id)
          Constructor.
GDivide(GroupI group)
           
GList(GroupI group)
           
GMod(GroupI group)
           
GMultiply(GroupI group)
           
GPower(GroupI group)
           
GSubtract(GroupI group)
           
GUMinus(GroupI group)
           
 

Uses of GroupI in org.lsmp.djep.groupJep.groups
 

Classes in org.lsmp.djep.groupJep.groups that implement GroupI
 class AlgebraicExtension
          An Algebraic Extension of a Ring.
 class BigReals
          The field of Reals represented by BigDecimals.
 class ExtendedFreeGroup
          An extended version of a Free Group, limted seport for powers and division.
 class FreeGroup
          A free group generated by a symbol t.
 class Group
          Base abstract class for all groups.
 class Integers
          The group of integers, implemented as a BigInteger.
 class PermutationGroup
          The group of permutations.
 class Quaternions
          Possibly the Quaternions, completely untested.
 class Rationals
          The Field of rational numbers.
 class Reals
          A representation of the Reals where elements are represented as Doubles.
 class Zn
          The group of integers mod n.
 

Uses of GroupI in org.lsmp.djep.groupJep.interfaces
 

Subinterfaces of GroupI in org.lsmp.djep.groupJep.interfaces
 interface AbelianGroupI
          Represents a abelian (commutative) group.
 interface FieldI
          Represents a field.
 interface IntegralDomainI
          A RingI which has a multiplicative indentity.
 interface RingI
          Defines the operations on a ring, i.e.
 

Uses of GroupI in org.lsmp.djep.groupJep.values
 

Fields in org.lsmp.djep.groupJep.values declared as GroupI
protected  GroupI Permutation.group
           
 

Constructors in org.lsmp.djep.groupJep.values with parameters of type GroupI
Permutation(GroupI group, Integer[] perm)
           
 



Copyright © 2014. All rights reserved.