| 327 | } |
| 328 | |
| 329 | shared_ptr<CoefficientFunction> exp(shared_ptr<CoefficientFunction> x) |
| 330 | { |
| 331 | return MakeStdMathFunction<GenericExp>(x); |
| 332 | } |
| 333 | shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x) |
| 334 | { |
| 335 | return MakeStdMathFunction<GenericLog>(x); |
no outgoing calls