Skip to content

Eliminate Code Duplication in DirectSolver via Unified COO/CSR Approach #220

@julianlitz

Description

@julianlitz

The current DirectSolver maintains separate classes for CSR/COO matrix construction that lead to significant code duplication. These should be removed and replaced with a single combined implementation that supports both COO and CSR formats.

The format selection should be determined at configuration time: use COO when MUMPS is selected (since MUMPS natively accepts COO input), and CSR otherwise. This unification reduces maintenance burden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions