| 53 | |
| 54 | |
| 55 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 56 | { |
| 57 | c1->TraverseTree (func); |
| 58 | func(*this); |
| 59 | } |
| 60 | |
| 61 | virtual void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override { |
| 62 | // auto mat_type = "Mat<"+ToString(D)+","+ToString(D)+","+code.res_type+">"; |
nothing calls this directly
no test coverage detected