-
Notifications
You must be signed in to change notification settings - Fork 6
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 dgRMatrix, dgCMatrix and dgTMatrix #9
Conversation
I'll add Expoter for |
I found that |
Thanks a lot! For reference, the data type limitation for sparse arrays is documented at http://arrayfire.org/docs/group__sparse__func.htm Do you have an idea for a good unit test? |
How about defining a function that returns given By the way, I have a question. In this PR, I added |
Sounds excellent (we don't need to test AF capability after all). Just go ahead.
Good question. My gut feeling would be the latter approach, since there is only one |
I don't think it would be that complicated. I'll fix this PR with the latter approach. |
update:
|
Thank you gents for this! super curios to try to port some of matrix factorizations from my rsparse pkg. |
This PR includes the following features.
typed_sparray<af::dtype, af::storage>
classdgRMatrix
,dgCMatrix
anddgTMatrix
inMatrix
package