Skip to content

Make MDArray aware of MDMatrix instances #14

@rbotafogo

Description

@rbotafogo

When an MDMatrix is instanciated, an MDArray sibling is also instanciated. An instance of MDMatrix can be constructed as: matrix = MDMatrix.double([5, 5]. If we do array = matrix.mdarray, then array is the sibling of matrix and both matrix and array point to the same backing store. if we do an structural change in matrix, for instance, transpose a column, then the same function is done to the array. However, if we do a strucutral change in the array, then the matrix will no be aware of the change.

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