cupy / cupy

NumPy & SciPy for GPU
https://cupy.dev
MIT License
9.13k stars 832 forks source link

Doc: Generate a comparison table for matrix class methods #7762

Open kmaehashi opened 1 year ago

kmaehashi commented 1 year ago

Description

Generate a comparison table that lists all APIs in (cupyx.)scipy.sparse.*_matrix classes, like we do for cupy.ndarray.

Idea or request for content

No response

arkdong commented 6 months ago

Hi @kmaehashi, I was looking at this issue and I saw this page url. It seem to have all the existing APIs listed for (cupyx.)scipy.sparse.*_matrix. I've double checked with the code in the folder cupy/cupyx/scipy/sparse, all existing APIs in the files are listed on the comparison table

kmaehashi commented 6 months ago

This issue intends to add APIs of methods for each matrix class to the table.

arkdong commented 6 months ago

Hi @kmaehashi, i've looked at docs/source/_comparison_generator.py in the main branch and implemented code that generate comparison table for coo, csc, csr, dia matrices. Could i take this issue and send a PR?