Skip to content
Snippets Groups Projects
Commit 71aaf722 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Add back reduced_assign to sympyextensions interface

parent f00708ed
1 merge request!438Reduction Support
from .astnodes import ConditionalFieldAccess
from .typed_sympy import TypedSymbol, CastFunc
from .pointers import mem_acc
from .reduction import reduced_assign
from .math import (
prod,
......@@ -33,6 +34,7 @@ from .math import (
__all__ = [
"ConditionalFieldAccess",
"reduced_assign",
"TypedSymbol",
"CastFunc",
"mem_acc",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment