RocketPy
RocketPy copied to clipboard
ENH: Different ways of differentiating
We need to improve the Function.differentiate method. As we know, its implementation is not ready for production and should be enhanced
See #122 as an example of where it is mentioned
Suggestions:
- Complex step differentiation
- Automatic differentiation
- Finite differences schemes as a fall back (let the user specify the order)