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
I think this was accidentally fixed on master in this PR: #837 . If you don't want to use master you can just add this method definition: @inline Base.:/(A::StaticMatrix, B::StaticArrays.StaticULT) = transpose(transpose(B) \ transpose(A)).
This is related to #796 but I think it's a different issue.
Here's an example:
I would expect that this right hand solve would in fact produce an SArray, like in
I'm not actually interested in
A/A
, I have a problemA/B
, but I thought this demonstrated the type issues well.Am I missing something that would help me get what I want? Thanks!
The text was updated successfully, but these errors were encountered: