Enum EvalOp¶
Defined in File eval_expr.hpp
Enum Documentation¶
-
enum class sequant::EvalOp¶
The EvalOp enum.
The EvalOp enum is used to distinguish between the different binary operations that can be performed on two EvalExpr objects.
Values:
-
enumerator Id¶
Represents the identity evaluation. It is not a binary operation per se. An atomic tensor or an atomic constant is always evaluated this way.
-
enumerator Id¶