• Stars
    star
    1
  • Language
    C++
  • License
    GNU General Publi...
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The code is about The Parallel Processing and Symmetric seven-banded matrix sparse matrix multiplication. The Parallel Processing increase performance if used correctly. Sparse matrix keep too memory usage however Sparse matrix process speed can be increased and memory usage can be decreased thanks to compress method. I selected Symmetric seven-banded matrix using Compress Sparse Row Format (CSR) storage scheme.