LAMA
Sparse Matrix

Sparse Matrix

Like each matrix, a sparse matrix is distributed by the rows. Additionally, a column distribution can b specified that split the local rows into a local and a halo part.

In most situations, the row and column distribution will be the same. This usually results in a rather small halo part.

SparseMatrix.png
SparseMatrix: rows and colums are distributed
Todo:
Add picture for sparse matrix-vector multiplication.