| 351 | } |
| 352 | |
| 353 | void TraverseTree (const function<void(CoefficientFunction&)> & func_) override |
| 354 | { |
| 355 | func->TraverseTree(func_); |
| 356 | func_(*this); |
| 357 | } |
| 358 | |
| 359 | shared_ptr<CoefficientFunction> Diff (const CoefficientFunction * var, shared_ptr<CoefficientFunction> dir) const override |
| 360 | { |
no outgoing calls
no test coverage detected