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

Sparse matrix #25

Closed
himkt opened this issue Jul 18, 2016 · 5 comments
Closed

Sparse matrix #25

himkt opened this issue Jul 18, 2016 · 5 comments

Comments

@himkt
Copy link

himkt commented Jul 18, 2016

Hi, I tried to create a 300k * 300k matrix to find that sparse matrix is not supported in NArray.

Is there a plan to implement ?

@masa16
Copy link
Member

masa16 commented Jul 19, 2016

I have no plan to implement sparse matrix. Contributions are welcome.

@himkt
Copy link
Author

himkt commented Jul 28, 2016

I see.
Thanks for replying !

@ohai
Copy link
Contributor

ohai commented Sep 9, 2016

In python, the dense matrix code and the sparse matrix code are completely separated (numpy and scipy.sparse).

Since the sparse matrix codes and the dense matrix codes have probably no common implementation, I think that it would be better to put the sparse matrix code into a separated namespace.

@masa16
Copy link
Member

masa16 commented Jun 8, 2017

Numo::GSL::SpMatrix was implemented.
http://ruby-numo.github.io/gsl/doc/Numo/GSL/SpMatrix.html

It is nice if there is an interface to cuSPARSE:
https://developer.nvidia.com/cusparse

@himkt himkt closed this as completed Nov 13, 2021
@kojix2
Copy link
Contributor

kojix2 commented Nov 13, 2021

We have this project, but it is not active.
https://github.com/mrkn/numo-sparse

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

No branches or pull requests

4 participants