dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sparse matrices?

Amuwa opened this issue · comments

For large-scale applications, the matrices are mostly sparse.
Beyond the compatibility with Numpy, will you consider sparse matrix operations?