Skip to content

A module for Numba accelerated calculations using sparse matrices in Python

Notifications You must be signed in to change notification settings

matijacell/SparseModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SparseModule

A module for Numba accelerated calculations using sparse matrices in Python.

Newer Scipy implementations for calculations using sparse matrices are moving towards an object oriented form, which is harder to use with different acceleration methods available for Python. Most of this code is based directly off of Scipy, requires the use of Numpy arrays, and already includes Numba acceleration (although currently there is no parallelization).

About

A module for Numba accelerated calculations using sparse matrices in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages