Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymbolic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pymbolic
Commits
bb6af879
Commit
bb6af879
authored
2 years ago
by
Alexandru Fikl
Committed by
Andreas Klöckner
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
flatten product in DerivativeBinder.map_product
parent
b3d904b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pymbolic/geometric_algebra/mapper.py
+3
-3
3 additions, 3 deletions
pymbolic/geometric_algebra/mapper.py
with
3 additions
and
3 deletions
pymbolic/geometric_algebra/mapper.py
+
3
−
3
View file @
bb6af879
...
@@ -324,11 +324,11 @@ class DerivativeBinder(IdentityMapper):
...
@@ -324,11 +324,11 @@ class DerivativeBinder(IdentityMapper):
result
=
new_result
result
=
new_result
from
pymbolic.primitives
import
flattened_sum
from
pymbolic.primitives
import
flattened_product
,
flattened_sum
return
flattened_sum
([
return
flattened_sum
([
type
(
expr
)(
tuple
([
flattened_product
([
self
.
rec
(
prod_term
)
for
prod_term
in
prod_term_list
self
.
rec
(
prod_term
)
for
prod_term
in
prod_term_list
])
)
])
for
prod_term_list
in
result
for
prod_term_list
in
result
])
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment