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
For some very strange reason, vector-to-matrix constructor doesn't work for vectors having more than 3 elements.
Tail elements of the vector (starting with the 4-th) are silently rejected by the current matrix:new() implementation.
The text was updated successfully, but these errors were encountered:
For some very strange reason, vector-to-matrix constructor doesn't work for vectors having more than 3 elements.
Tail elements of the vector (starting with the 4-th) are silently rejected by the current
matrix:new()
implementation.The text was updated successfully, but these errors were encountered: