Skip to content

toxaart/hierarchical_block_sparse_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hierarchical_block_sparse_lib

Hierarchical block-sparse matrix library

This matrix library is developed to effeiciently perform approximate multiplication of sparse matrices with decay in shared memory.

It has been used in conjunction with the Chunk and Tasks matrix library.

The library is serial, but multiplication is parallelized with OpenMP, can be also done by means of C++17.

References:

  1. Fast Multiplication of Matrices with Decay
  2. Sparse approximate matrix multiplication in a fully recursive distributed task-based parallel framework
  3. Sparse approximate matrix-matrix multiplication with error control
  4. Locality-aware parallel block-sparse matrix-matrix multiplication using the Chunks and Tasks programming model

About

Hierarchical block-sparse matrix library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published