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

Linear indexing may be too magical. #91

Open
kyonifer opened this issue Nov 13, 2018 · 0 comments
Open

Linear indexing may be too magical. #91

kyonifer opened this issue Nov 13, 2018 · 0 comments

Comments

@kyonifer
Copy link
Owner

First brought up in #83. Having a[55] magically be a row-major wrapped index for Matrices (which otherwise require a 2D indexer) may be too magical, in light of the same not being true for NDArray. We may consider instead being more explicit, e.g. a.linear[55] or similar.

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