See: Description
Interface | Description |
---|---|
GroupI |
Represents a group with an identity, and addition operator.
|
Class | Description |
---|---|
GOperatorSet |
The set of operators used in the parser.
|
GroupJep |
An extension of JEP which allows calculations over arbitary groups,
such as the integers(exact answers) and rationals.
|
PolynomialVisitor |
Constructs a polynomial from a JEP equation.
|
Typically it is used like
import org.lsmp.djep.rationalJep.*; import org.lsmp.djep.rationalJep.groups.*; .... GroupI group = new Rationals(); JEP j = new GroupJep(group); ....See the groups package for the different types of group which can be used.
Sub-packages | |
org.lsmp.djep.groupJep.function | Functions for basic operators +,-,* in GroupJep |
org.lsmp.djep.groupJep.groups | Various pre-defined groups. |
org.lsmp.djep.groupJep.interfaces | Interfaces defining ring, field and other group structures. |
org.lsmp.djep.groupJep.values | Objects representing elements of groups. |
Jas4pp 1.5 © Java Analysis Studio for Particle Physics