| 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.
|
Copyright © 2018. All rights reserved.