Interface | Description |
---|---|
MatrixSpecialEvaluationI |
If a function requires a special form of evaluation it should
implement this interface.
|
MatrixVariableI |
Matrix aware variables should implement this interface.
|
SpecialPreProcessorI |
Applies a special preprocessing step for a function or operator.
|
Class | Description |
---|---|
MatrixEvaluator |
This visitor evaluates a the tree representing the equation.
|
MatrixJep |
An extension of JEP which allows advanced vector and matrix handling and differentation.
|
MatrixNodeFactory |
This class is used to create nodes of specified types.
|
MatrixOperatorSet |
The set of operators used in matricies.
|
MatrixPartialDerivative |
Contains information about a PartialDerivative of a variable.
|
MatrixPreprocessor |
This visitor does the majority of preprocessing work.
|
MatrixVariable |
Holds all info about a variable.
|
MatrixVariableFactory |
Allows creation of matrix aware variables.
|
vectorJep
.
This package adds:
Sub-packages | |
org.lsmp.djep.matrixJep.function | Some functions for use with MatrixJep |
org.lsmp.djep.matrixJep.nodeTypes | The types of Node's used by MatrixJep. |
Jas4pp 1.5 © Java Analysis Studio for Particle Physics