Skip to content

Sparse and dense matrices needed #13

Description

@jackromo

All matrix methods are only efficient with dense matrices. Matrix should be a factory class that decides whether to create a DenseMatrix or SparseMatrix. DenseMatrix will basically be what Matrix is now; SparseMatrix will need to be created anew.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions