Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MDArray aware of MDMatrix instances #14

Open
rbotafogo opened this issue Nov 13, 2013 · 0 comments
Open

Make MDArray aware of MDMatrix instances #14

rbotafogo opened this issue Nov 13, 2013 · 0 comments

Comments

@rbotafogo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant