You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default getDimSize() function on line 104 in BinaryOperatorTraits.hpp obtains the dimension assuming row-major ordering. There is no test for this yet, but Codex believes this is faulty.
Describe the bug
The default
getDimSize()function on line 104 in BinaryOperatorTraits.hpp obtains the dimension assuming row-major ordering. There is no test for this yet, but Codex believes this is faulty.