| 281 | |
| 282 | bool IsVariable() const { return is_variable; } |
| 283 | void SetVariable (bool var = true) { is_variable = var; } |
| 284 | |
| 285 | struct T_Transform { |
| 286 | std::map<shared_ptr<CoefficientFunction>, shared_ptr<CoefficientFunction>> replace; |
no outgoing calls
no test coverage detected