Skip to content

DiagonalNDarray #144

Description

@ejmeitz
  • Create an AbstractNDArray class that subtypes AbstractArray so we can create special types of NDArray
  • Create the DiagonalNDArray
    • Should store the diagonal entries as a 1D NDArray
    • Implement all operations for diagonal arrays that can be specialized (i.e., eigen).
    • Make sure functions which are not specialized still return correct results

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