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

Add back reduced_assign to sympyextensions interface

parent 555a6a83
1 merge request!438Reduction Support
from .astnodes import ConditionalFieldAccess from .astnodes import ConditionalFieldAccess
from .typed_sympy import TypedSymbol, CastFunc from .typed_sympy import TypedSymbol, CastFunc
from .pointers import mem_acc from .pointers import mem_acc
from .reduction import reduced_assign
from .math import ( from .math import (
prod, prod,
...@@ -33,6 +34,7 @@ from .math import ( ...@@ -33,6 +34,7 @@ from .math import (
__all__ = [ __all__ = [
"ConditionalFieldAccess", "ConditionalFieldAccess",
"reduced_assign",
"TypedSymbol", "TypedSymbol",
"CastFunc", "CastFunc",
"mem_acc", "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