| 696 | { return "cofactor"; } |
| 697 | |
| 698 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 699 | { |
| 700 | c1->TraverseTree (func); |
| 701 | func(*this); |
| 702 | } |
| 703 | |
| 704 | shared_ptr<CoefficientFunction> |
| 705 | Transform(CoefficientFunction::T_Transform& transformation) const override |
nothing calls this directly
no test coverage detected