| Interface | Description |
|---|---|
| ManagerFunctions.Input1 |
Creates new instances of functions from a single variable
|
| ManagerFunctions.InputN |
Creates a new instance of functions from two variables
|
| Class | Description |
|---|---|
| Equation |
Equation allows the user to manipulate matrices in a more compact symbolic way, similar to Matlab and Octave.
|
| Function |
A function is an operator with the following syntax "
|
| ManagerFunctions |
Centralized place to create new instances of operations and functions.
|
| ManagerTempVariables |
Manages the creation and recycling of temporary variables used to store intermediate results.
|
| MatrixConstructor |
matrix used to construct a matrix from a sequence of concatenations.
|
| Operation |
Performs math operations.
|
| Operation.Extents | |
| Operation.Info | |
| Sequence |
Contains a sequence of operations.
|
| Variable |
Instance of a variable created at compile time.
|
| VariableDouble |
Variable which stores an instance of double.
|
| VariableInteger |
Variable which stores an instance of int.
|
| VariableMatrix |
Storage for
matrix type variables. |
| VariableScalar |
Variable for storing primitive scalar data types, e.g.
|
| VariableSpecial |
Variables which have special meanings depending on other matrices
|
| Enum | Description |
|---|---|
| Equation.TokenType | |
| Symbol |
Types of low level operators which can be applied in the code
|
| VariableSpecial.Special | |
| VariableType |
List of the types of variables.
|