Implementing array index operator #39
kannavkm
started this conversation in
Project Subtensor
Replies: 1 comment 1 reply
-
@exclowd Please elaborate what you mean by the best way to convert multi-indizes with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In regard to
operator[]
the best way I could think of is to convert to n-dim indexes and then back to array index. Is there a better approach @bassoy?Beta Was this translation helpful? Give feedback.
All reactions