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
Fix upper_tri to use row-major ordering to match CVXPY
CVXPY's upper_tri returns elements row-by-row (i outer, j inner),
which differs from the engine's typical column-major convention.
Swap the loop nesting to iterate rows-then-columns for compatibility.
Add a 4x4 forward test that distinguishes the two orderings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments