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

Is there any support for 2-dimensional arrays in hiphip? #4

Open
michaelochurch opened this issue Oct 21, 2013 · 1 comment
Open

Is there any support for 2-dimensional arrays in hiphip? #4

michaelochurch opened this issue Oct 21, 2013 · 1 comment

Comments

@michaelochurch
Copy link

I'm doing some work with 2-dimensional double arrays and would like fast slicing (columns / rows). Is that supported in hiphip? What's the idiomatic way to make and to slice 2-dimensional arrays of primitives?

@w01fe
Copy link
Member

w01fe commented Oct 21, 2013

Not directly, although Java 2d arrays are just arrays of arrays, so I guess hiphip provides the low-level tools to do any of the manipulations you might need. core.matrix might be farther along in this regard, but I haven't looked at it lately.

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

2 participants