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 long indices #72

Open
mikera opened this issue Dec 29, 2014 · 1 comment
Open

Support for long indices #72

mikera opened this issue Dec 29, 2014 · 1 comment

Comments

@mikera
Copy link
Owner

mikera commented Dec 29, 2014

With the new sparse matrix support, we should add support for long-based indexing.

This will also help with Clojure interop for vectorz-clj, since Clojure prefers long values rather than ints for most purposes.

Internal data formats may use either int or long values. ints will offer greater space efficiency and work better as array indices, so should be preferred unless long sizes are required.

@mikera
Copy link
Owner Author

mikera commented Oct 28, 2015

This has now been completed for getXXX operations. setXXX operations outstanding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant