Uses of Enum Class
org.ejml.equation.Symbol
Packages that use Symbol
-
Uses of Symbol in org.ejml.equation
Methods in org.ejml.equation that return SymbolModifier and TypeMethodDescriptionstatic SymbolSymbol.lookup(char c) static SymbolSymbol.lookupElementWise(char c) static SymbolReturns 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.Methods in org.ejml.equation with parameters of type SymbolModifier and TypeMethodDescriptionCreate a new instance of a two input function from an operator characterprotected static booleanEquation.isOperatorLR(Symbol s) Operators which affect the variables to its left and rightprotected static booleanEquation.isTargetOp(org.ejml.equation.TokenList.Token token, Symbol[] ops) Checks to see if the token is in the list of allowed character operations.protected voidEquation.parseOperationsLR(Symbol[] ops, org.ejml.equation.TokenList tokens, Sequence sequence) Parses operations where the input comes from variables to its left and right