Skip to content

Sparse multidimensional arrays in Python

Notifications You must be signed in to change notification settings

dmitry-kabanov/sparray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a module for sparse n-dimensional arrays in Python using dictionaries. The module supports any number of dimensions and any size. It also has all basic operations like adding, subtracting, multiplication, division, mod, pow, printing, sum() etc. Sparse arrays can easily be converted to full NumPy arrays. (NumPy is required)

Run sparray.py to see output of a number of examples on how to use this module.

/Jan Erik Solem

About

Sparse multidimensional arrays in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published