You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: