Open LennartSchu opened 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.
profiling-based-optimisation
Matrix::Zero
Therefore, ensuring this is necessary.
After merging the
profiling-based-optimisation
-branch, fixed-sized matrices are introduced. It is currently unknown whether explicitMatrix::Zero
-initializations are necessary for those types.Therefore, ensuring this is necessary.