Skip to content
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 for ReshapedArrays or add a LinearView #188

Open
vchuravy opened this issue Oct 15, 2018 · 0 comments
Open

Support for ReshapedArrays or add a LinearView #188

vchuravy opened this issue Oct 15, 2018 · 0 comments
Assignees

Comments

@vchuravy
Copy link
Member

A = drand(64, 64)
A[1:10] .= 1

Will create a View{ReshapedArray{DArray{Array}}} this multiple levels of nesting is quite nasty and annoying. We either need to deal with ReshapedArrays in a principled manner or add a LinearView, that only supports reshaping DArrays into 1-dimensional arrays. This potentially will create striped patterns and eventually will encounter #183.

@vchuravy vchuravy self-assigned this Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant