sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
70 stars 51 forks source link

Check fixed-size matrix initialization #206

Open LennartSchu opened 1 year ago

LennartSchu commented 1 year ago

After merging the profiling-based-optimisation-branch, fixed-sized matrices are introduced. It is currently unknown whether explicit Matrix::Zero-initializations are necessary for those types.

Therefore, ensuring this is necessary.