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
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment