Uses of Enum Class
org.apache.sysds.parser.Expression.BinaryOp
Packages that use Expression.BinaryOp
-
Uses of Expression.BinaryOp in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Expression.BinaryOpModifier and TypeMethodDescriptionstatic Expression.BinaryOpExpression.getBinaryOp(String val) Convert string value to binary operator.BinaryExpression.getOpCode()static Expression.BinaryOpReturns the enum constant of this class with the specified name.static Expression.BinaryOp[]Expression.BinaryOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.parser with parameters of type Expression.BinaryOpModifier and TypeMethodDescriptionstatic booleanBinaryExpression.isSameDimensionBinaryOp(Expression.BinaryOp op) Constructors in org.apache.sysds.parser with parameters of type Expression.BinaryOp