@online{huang2024sparse,
  author       = {Huang, Xuanqiang Angelo},
  title        = {Sparse Matrix Vector Multiplication},
  date         = {2024-04-07},
  organization = {Xuanqiang Angelo Huang's Blog},
  url          = {https://flecart.github.io/notes/sparse-matrix-vector-multiplication/},
  langid       = {english},
  abstract     = {Algorithms for Sparse Matrix-Vector Multiplication \# Compressed Sparse Row \# This is an optimized way to store rows for sparse matrices: Sparse MVM using CSR \# void smvm(int m, const double* values, const int* col\_idx, const int* row\_start, double* x, double* y) \{ int i, j; doubl}
}
