Uses of Enum Class
org.ejml.equation.Symbol
-
Uses of Symbol in org.ejml.equation
Modifier and TypeMethodDescriptionstatic Symbol
Symbol.lookup
(char c) static Symbol
Symbol.lookupElementWise
(char c) static Symbol
Returns the enum constant of this class with the specified name.static Symbol[]
Symbol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCreate a new instance of a two input function from an operator characterprotected static boolean
Equation.isOperatorLR
(Symbol s) Operators which affect the variables to its left and rightprotected static boolean
Equation.isTargetOp
(org.ejml.equation.TokenList.Token token, Symbol[] ops) Checks to see if the token is in the list of allowed character operations.protected void
Equation.parseOperationsLR
(Symbol[] ops, org.ejml.equation.TokenList tokens, Sequence sequence) Parses operations where the input comes from variables to its left and right