-
Notifications
You must be signed in to change notification settings - Fork 38
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
tensor_product macro #211
base: master
Are you sure you want to change the base?
tensor_product macro #211
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #211 +/- ##
==========================================
- Coverage 96.91% 93.69% -3.23%
==========================================
Files 17 17
Lines 1490 1522 +32
==========================================
- Hits 1444 1426 -18
- Misses 46 96 +50 ☔ View full report in Codecov by Sentry. |
I think this can also really help users getting #188 functional for their corner cases |
@fredrikekre or @KristofferC - would any of you have time to review? Feels like there is too much code for "parsing" the user input, but didn't find a way to reduce it... |
Make it easy to define new unrolled tensor expressions based on an index expression,
xref: #205 (comment)
Examples
TODO
SymmetricTensor
output (need to automatically figure out when based on the input and expression)otimes
already use index expression, and that approach seems faster than manually unrolling)