| Modifier and Type | Class and Description |
|---|---|
class |
DJep
Adds differentation facilities to JEP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupJep
An extension of JEP which allows calculations over arbitary groups,
such as the integers(exact answers) and rationals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupI.addStandardConstants(JEP j)
adds the standard constants for this group
|
void |
GroupI.addStandardFunctions(JEP j)
adds the standard function for this group
|
| Constructor and Description |
|---|
GroupJep(JEP j) |
PolynomialVisitor(JEP j) |
| Modifier and Type | Method and Description |
|---|---|
void |
Quaternions.addStandardConstants(JEP j) |
void |
Group.addStandardConstants(JEP j)
adds the standard constants for this group.
|
void |
FreeGroup.addStandardConstants(JEP j) |
void |
Group.addStandardFunctions(JEP j)
adds the standard function for this group
By default does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JamaUtil.addStandardFunctions(JEP j) |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixJep
An extension of JEP which allows advanced vector and matrix handling and differentation.
|
| Constructor and Description |
|---|
MSum(JEP j) |
| Constructor and Description |
|---|
RpEval(JEP jep) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorJep
An extension of JEP with support for basic vectors and matrices.
|
| Constructor and Description |
|---|
VectorJep(JEP j) |
| Modifier and Type | Class and Description |
|---|---|
class |
XJep
An extended version of JEP adds various routines for working with trees.
|
| Constructor and Description |
|---|
XJep(JEP j)
Conversion constructor.
|
| Constructor and Description |
|---|
Sum(JEP j) |
| Modifier and Type | Field and Description |
|---|---|
protected JEP |
Console.j
Main JEP object
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Parser.parseStream(Reader stream,
JEP jep_in) |
void |
Parser.restart(Reader stream,
JEP jep_in)
Restart the parse with the given stream.
|
| Constructor and Description |
|---|
JEP(JEP j)
This constructor copies the SymbolTable and other components
of the arguments to the new instance.
|
Copyright © 2018. All rights reserved.