Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

FRidh/sparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparse

A Python library providing an n-dimensional sparse array class. The idea behind this library is to provide a numpy-compatible sparse array.

What works?

  • The basic operators
  • Basic slicing partly
  • Converting from dense to sparse and vice versa

To do

  • Finish basic slicing
  • Reverse operators
  • In-place operators
  • Advanced slicing
  • Enforcing dtype
  • Cythonize

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages