update the discretizer
Make discretizer and discretizerdata in the same way as the dynamics and cost. fx and fu are stored in the discretizer. the dynamics stores values which might help in calculation of fx and fu implement sparse multiplications for fx and fu with Vxx and Vx save temporary objects in ddpIntervalData.
Improves runtime.