Class EvalExprTA¶
Defined in File eval.hpp
Inheritance Relationships¶
Base Type¶
public sequant::EvalExpr
(Class EvalExpr)
Class Documentation¶
-
class EvalExprTA : public sequant::EvalExpr¶
This class extends the EvalExpr class by adding a annot() method so that it can be used to evaluate using TiledArray.
Public Functions
-
std::string const &annot() const¶
- Returns:
String annotation for TA::DistArray.
-
explicit EvalExprTA(Tensor const&)¶
Construct an EvalExprTA from a Tensor.
See also
-
explicit EvalExprTA(Constant const&)¶
Construct an EvalExprTA from a Constant.
See also
-
explicit EvalExprTA(Variable const&)¶
Construct an EvalExprTA from a Variable.
See also
-
EvalExprTA(EvalExprTA const&, EvalExprTA const&, EvalOp)¶
Construct an EvalExprTA from two EvalExprTA and an EvalOp.
-
std::string const &annot() const¶