| 2782 | } |
| 2783 | |
| 2784 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 2785 | { |
| 2786 | c1->TraverseTree (func); |
| 2787 | func(*this); |
| 2788 | } |
| 2789 | |
| 2790 | virtual Array<shared_ptr<CoefficientFunction>> InputCoefficientFunctions() const override |
| 2791 | { return Array<shared_ptr<CoefficientFunction>>({ c1 }); } |
nothing calls this directly
no test coverage detected