| 491 | } |
| 492 | |
| 493 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 494 | { |
| 495 | c1->TraverseTree (func); |
| 496 | func(*this); |
| 497 | } |
| 498 | |
| 499 | shared_ptr<CoefficientFunction> |
| 500 | Transform(CoefficientFunction::T_Transform& transformation) const override |
nothing calls this directly
no test coverage detected