| Package | Description |
|---|---|
| org.lsmp.djep.groupJep | |
| org.lsmp.djep.groupJep.function | |
| org.lsmp.djep.groupJep.groups | |
| org.lsmp.djep.groupJep.interfaces | |
| org.lsmp.djep.groupJep.values |
| Modifier and Type | Field and Description |
|---|---|
protected GroupI |
GroupJep.group |
| Modifier and Type | Method and Description |
|---|---|
GroupI |
GroupJep.getGroup() |
| Constructor and Description |
|---|
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.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected GroupI |
Permutation.group |
| Constructor and Description |
|---|
Permutation(GroupI group,
Integer[] perm) |
Copyright © 2018. All rights reserved.