-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Support reshape
#14
Comments
It should probably only return another |
My usecase is that I want to make a large statically sized vector, then take a small dynamic view of that vector then reshape it to a matrix. |
You're welcome to make a PR! Another PR idea is to support that case directly, e.g. add support for providing a promise that the array is smaller than a given size, and then constructing a |
Nice, sounds good |
Currently,
reshape(::StrideArray)
gives aReshapedArray
. It'd be nice if we could do something similar to howview
was handled.The text was updated successfully, but these errors were encountered: