We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I can tell, there is no way to literally initialize an array which will return (N, 1) from size(). Related to #7292.
(N, 1)
size()
The text was updated successfully, but these errors were encountered:
We don't really have array literal syntax. We have syntax for hcat and vcat. There is also no syntax for N-d arrays.
See #6960, #7128
Sorry, something went wrong.
There are roughly 4-5 issues dealing with this syntax, so I will close this one. #7128 is the place to discuss changes of this sort.
Sure, I'll tack this onto #7128 as a concern.
No branches or pull requests
As far as I can tell, there is no way to literally initialize an array which will return
(N, 1)
fromsize()
. Related to #7292.The text was updated successfully, but these errors were encountered: