| 3220 | } |
| 3221 | |
| 3222 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 3223 | { |
| 3224 | c1->TraverseTree (func); |
| 3225 | func(*this); |
| 3226 | } |
| 3227 | |
| 3228 | virtual Array<shared_ptr<CoefficientFunction>> InputCoefficientFunctions() const override |
| 3229 | { return Array<shared_ptr<CoefficientFunction>>({ c1 }); } |
nothing calls this directly
no test coverage detected