Skip to content

martin-mcgloin/SparseMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SparseMatrix

Implements SparseMatrix class for efficient storage and operations on large matricies with a high propotion of zero-values.

Supports numpy.array as input matrix and will generate either a CSR or a CSC representation of the matrix. Supports matrix multiplication and matrix addition.

See https://en.wikipedia.org/wiki/Sparse_matrix for mathematical background.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages