Enum EvalOp¶ Defined in File eval_expr.hpp Enum Documentation¶ enum class sequant::EvalOp¶ defines types of binary operations that can be performed on two EvalExpr objects. Values: enumerator Sum¶ Represents the sum of two EvalExpr objects. Such as a tensor plus a tensor and a constant plus a constant. enumerator Product¶ Represents the product of two EvalExpr objects. Such as tensor times a tensor, a constant times a constant, or a tensor times a constant (in either order).