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

Implemented tuple subscripting #2

Merged
merged 4 commits into from Dec 27, 2019
Merged

Implemented tuple subscripting #2

merged 4 commits into from Dec 27, 2019

Conversation

zanellia
Copy link
Owner

@zanellia zanellia commented Nov 3, 2019

Moving to numpy-like syntax: A[n][m] -> A[n,m].

Additional changes:

  • dump static analysis info to JSON files
  • implement factorizations and solves (LU and Cholesky)
  • fix assignments across pmats, pvecs and scalars

@zanellia zanellia merged commit 5a81cb6 into master Dec 27, 2019
@zanellia zanellia deleted the tuple_sub branch January 13, 2020 17:20
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.

None yet

1 participant