-
Notifications
You must be signed in to change notification settings - Fork 1
Adds Basic Math #187
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
Adds Basic Math #187
Conversation
…into basic_math
|
I did not scope this PR well. I forgot how many pieces need to be in place before something like
Once this passes CI it's r2g (gcc has warning clang didn't). |
Is this pull request associated with an issue(s)?
No.
Description
This PR adds the Einstein-summation-convention DSL to TensorWrapper and implements it for basic
math operations.
TODOs
Finish adding DSL terms to Parser. Implementing the Eigen executor. Tests. Documentation.