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
Creating a symbol or vector gives it a shape of (N,1), instead of what appears to be the standard (1,N). It assists in clarity for matrix multiplication and "mathematical standards" to have the latter format, but the former format appears to be favored by numpy and cvxpy
The text was updated successfully, but these errors were encountered:
Creating a symbol or vector gives it a shape of (N,1), instead of what appears to be the standard (1,N). It assists in clarity for matrix multiplication and "mathematical standards" to have the latter format, but the former format appears to be favored by numpy and cvxpy
The text was updated successfully, but these errors were encountered: