37 bool isZero()
const override;
46 bool contains(
csl::Index const &)
const override {
52 return csl::DeepRefreshed(expr());
56 GExpr getTerm()
const override;
58 GExpr copy()
const override;
59 GExpr refresh()
const override;
61 void print(std::ostream &out)
const override;
70 return std::make_shared<CSLExpr>(expr);
Definition: tensorset.h:30
Definition: abstractgammasym.h:87
Definition: abstractgammasym.h:32
Base class for expressions with arguments in SGL.
Definition: multifunction.h:54