Jump to content

Sparse matrix–vector multiplication

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Itsalleasy (talk | contribs) at 04:50, 13 April 2014 (Added tags to the page using Page Curation (uncategorised, stub)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Sparse matrix-vector multiplication (SpMV) of the form is a widely-used computational kernel existing in many scientific applications. The input matrix is sparse and the input vector and the output vector are dense. In case of repeated operation involving the same input matrix but possibly changing values of its elements, can be preprocessed to optimize both the parallel and sequential[1] run time of the SpMV kernel.

References

  1. ^ Cite error: The named reference 2013.akbudak was invoked but never defined (see the help page).

[1]

  1. ^ Hypergraph Partitioning Based Models and Methods for Exploiting Cache Locality in Sparse Matrix-Vector Multiplication Read More: http://epubs.siam.org/doi/abs/10.1137/100813956