Skip to content

Sparse Matrix & Vector Multiplication

Notifications You must be signed in to change notification settings

ShidehHashemian/SpMV-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpMV

Sparse Matrix & Vector Multiplication

plot

How to run

g++ -std=c++11 -mavx ./main.cpp

SpMV method: choose one of FULL, COO, CSR, ELL, or DIA options.

Using Vector Sparsity: if you want to be used choose y, otherwise n.

Using SIMD: if you want to be used choose y, otherwise n. (note: it is implemented for COO, CSR, and ELL methods.)

Parallelism: if you want to run parallel choose y, otherwise n. (note: it is implemented for CSR and ELL methods.)

About

Sparse Matrix & Vector Multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%