| 3012 | } |
| 3013 | |
| 3014 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 3015 | { |
| 3016 | c1->TraverseTree (func); |
| 3017 | func(*this); |
| 3018 | } |
| 3019 | |
| 3020 | shared_ptr<CoefficientFunction> Transform |
| 3021 | (CoefficientFunction::T_Transform& transformation) const override |
nothing calls this directly
no test coverage detected