Skip to content

Investigate inclusion of sparse matrices #4

@CerebralFart

Description

@CerebralFart

The current implementation assumes all matrices to be dense (i.e. fully filled), but this isn't always the case. For example, in out uses, a ranking isn't defined for the majority of participant-dogroup pairs.

As such, it may be worthwhile to implement a sparse matrix format based on a non-sequential data array (Matrix#data) or even Compressed Row Storage. But the colReduce and rowReduce steps may be difficult or impossible to optimize on such a datastructure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions