-
-
Notifications
You must be signed in to change notification settings - Fork 34
Sparse Arrays? #80
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
Comments
|
@LMescheder thanks for reporting this. Support for this will be included in ArrayFire.jl very soon. |
@ranjanan on a related note, there have been other functions added to arrayfire in 3.4.0: If it helps, I made the following issue when adding the necessary functionality to the python wrapper |
@pavanky Thanks! This is very helpful. |
The names in the python wrapper are not identical, but they should provide as a template for the functions to be added. |
@LMescheder I might not be able to get around to adding more functionality to this package for a few weeks. Would you mind putting together a PR to the package? That would be much appreciated. I would help and review as necessary. In general, more contributions to this package would be highly appreciated. |
Has ArrayFire been updated to include sparse array constructors? I am looking to construct COO sparse arrays and solve a linear system Ax=b. |
@bscohen1 You can use the sparse() function to create sparse matrices. Lastly, you can see sparse usage under the Conjugate Gradient example. |
I was just wondering, if there is any update on wrapping the sparse functions of ArrayFire into julia code. |
@lruthotto I have been a bit busy with a number of other things. But I think @GAIKA plans on including this functionality in his PR #121. |
Thanks for the update! Looking forward to seeing this in action. @GAIKA let me know if you need someone to test this functionality. I don't think I can help much with writing the code, but this I can do. |
@lruthotto - Can you write tests? I have all the wrappers for C code already in place (search for |
Thanks for @lruthotto's initiative and tests it is now possible to convert between |
merged with v0.1.0 |
Array fire includes limited sparse array functionality. Are there any plans to wrap these?
The text was updated successfully, but these errors were encountered: