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 think this library is very interesting for my project, however I couldn't find whether there is support for multiplication of a sparse, boolean matrix with a dense matrix. Could you please let me know if this is or isn't possible?
Kind regards,
Erin
The text was updated successfully, but these errors were encountered:
A this moment, there is no CPU or GPU based implementation of sparse-dense matrix multiplication in the library.
Also, dense matrices format is not supported, only sparse (CSR) is presented.
The project is not in a development any more, thus, I am afaid, new operations won't be supported in the future.
I think this library is very interesting for my project, however I couldn't find whether there is support for multiplication of a sparse, boolean matrix with a dense matrix. Could you please let me know if this is or isn't possible?
Kind regards,
Erin
The text was updated successfully, but these errors were encountered: