msiglreith/panopaea

Sparse matrix

Opened this issue · 0 comments

Matrices in CG are often sparse, allowing us to employ a memory-efficient encoding (e.g compressed row storage).
Initial ground work has been done, but these are only first steps.