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
It should be a row vector. The quick workaround is to transpose the result, but mathematically the correct answer is a row vector.
I'm going back to version 0.4, that gives the correct answer.
(I did not find any open issue with that problem, If I missed it, please point me there.)
The text was updated successfully, but these errors were encountered:
I generate a matrix:
But If I want to get the second row vector from A, it give back a column vector:
It should be a row vector. The quick workaround is to transpose the result, but mathematically the correct answer is a row vector.
I'm going back to version 0.4, that gives the correct answer.
(I did not find any open issue with that problem, If I missed it, please point me there.)
The text was updated successfully, but these errors were encountered: