| 226 | } |
| 227 | |
| 228 | virtual void TraverseTree(const function<void(CoefficientFunction &)> &func) override |
| 229 | { |
| 230 | c1->TraverseTree(func); |
| 231 | func(*this); |
| 232 | } |
| 233 | |
| 234 | virtual Array<shared_ptr<CoefficientFunction>> |
| 235 | InputCoefficientFunctions() const override |
nothing calls this directly
no test coverage detected