Skip to content

Implement CSR hierarchy #19

Description

@JohanMabille

The CSR hierarchy should implement sparse tensors (N-D) with CSR format. This should follow the same pattern as xmap_container classes:

  • xcsr_container is a CRTP base class that gathers common implementation and API of inheriting classes
  • xcsr_array inherits from xcsr_container and implements the case where the number of dimensions is dynamic
  • xcsr_tensor inherits from xcsr_container and implements the case where the number of dimensions is static

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions