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

Immutable and mutable N-dim arrays #10136

Closed
wants to merge 4 commits into from

Conversation

Upabjojr
Copy link
Contributor

See #10016

This PR adds various classes, all derived from NDimArray. The class structure is meant to resemble that of the matrices (sparse/dense, mutable/immutable).

N-dim arrays are divided into two categories:

  • dense or sparse
  • mutable or immutable

Immutable N-dim arrays are SymPy objects.

@Upabjojr Upabjojr mentioned this pull request Nov 12, 2015
@Upabjojr Upabjojr changed the title Mutable N-dim arrays Immutable and mutable N-dim arrays Nov 28, 2015
@Upabjojr Upabjojr closed this Nov 29, 2015
@Upabjojr Upabjojr deleted the mutable_ndarrays branch November 29, 2015 09:43
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

Successfully merging this pull request may close these issues.

1 participant