Skip to content

[MatL] Correct s_odot_s() product for 2D cases.

Small bug fix for a problem showing up since aligned Eigen matrices are used. The previous implementation would write behind the allocated space in 2D cases.

The 3D case code is just moved. The 2D case code is new.

Merge request reports