Skip to content

Serde integration for nalgebra-sparse #876

Open
@Andlon

Description

@Andlon

nalgebra-sparse currently does not implement Serialize or Deserialize. Serialization should ideally be implemented for all major storage types (COO, CSR, CSC). These implementations should be hidden behind a feature flag, like nalgebra.

Note that deserialization requires some care, and simply slapping derive(Deserialize) is not sufficient. The reason is that the sparse matrix formats have some invariants that must be verified in order for subsequent use to remain sound.

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