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

Support for n-Dimension Array (ndarray or Tensor), sparse matrix and sparse tensor #44

Open
lidangzzz opened this issue Jul 19, 2020 · 1 comment

Comments

@lidangzzz
Copy link
Member

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like

  • Native support for N-Dimension Array with operator overload. This is important for image processing, signal processing and other more advanced algorithms.

  • Native support for sparse matrix and classical algorithms for sparse matrix, including matrix multiplication, Cholesky, QR, LU decomposition. This is extremely important for data analysis for high dimension data with sparse structure.

  • Native support for sparse tensor. A reference: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor

@FranzyDrX
Copy link

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

2 participants