| 1772 | } |
| 1773 | |
| 1774 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 1775 | { |
| 1776 | c1->TraverseTree (func); |
| 1777 | func(*this); |
| 1778 | } |
| 1779 | |
| 1780 | shared_ptr<CoefficientFunction> |
| 1781 | Transform(CoefficientFunction::T_Transform& transformation) const override |
nothing calls this directly
no test coverage detected