Class MatrixFunction
java.lang.Object
com.github.gbenroscience.parser.MathExpression
com.github.gbenroscience.math.matrix.expressParser.MatrixFunction
- All Implemented Interfaces:
Savable,Solvable,Serializable
- Author:
- GBENRO
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.gbenroscience.parser.MathExpression
MathExpression.EvalResult, MathExpression.Pair<K,V>, MathExpression.Slot, MathExpression.Token, MathExpression.VariableRegistry -
Field Summary
Fields inherited from class com.github.gbenroscience.parser.MathExpression
correctFunction, hasListReturningOperators, noOfListReturningOperators, parser_Result, scanner, SYNTAX_ERROR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.gbenroscience.parser.MathExpression
clone, compileTurbo, createNewVariableRegistry, getCachedPostfix, getDRG, getExecutionFrame, getExpression, getNextResult, getRegistry, getReturnObjectName, getReturnType, getScanner, getSlotItems, getSlots, getTreeStats, getValue, getVariable, getVariableManager, getVariables, getVariablesNames, hasVariable, isAutoInitOn, isCorrectFunction, isHasListReturningOperators, isOptimizable, isScannedAndOptimized, isTurboCompiled, isVariableHandlerOnly, isWillFoldConstants, main, main1, parse, serialize, setAutoInitOn, setCorrectFunction, setDRG, setDRG, setExpression, setHasListReturningOperators, setNoOfListReturningOperators, setOptimizable, setReturnType, setValue, setVariableHandlerOnly, setVariableManager, setVariableValuesInFunction, setWillFoldConstants, solve, solve, solve, solveGeneric, solveGeneric, updateArgs, updateSlot
-
Constructor Details
-
MatrixFunction
public MatrixFunction()
-