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
Were problem can arise when swapping two columns from different matrices, is at the row access, as the cells in the rows will not be swapped (you should first unlink a column and relink it after swap). [...] Nevertheless, I realized that I never mentioned this in the doc. I could also just add the linking/unlinking in the swap operator.
Originally posted by @hschreiber in #669 (comment)
The text was updated successfully, but these errors were encountered: