For example I compile an expression

from sympy.utilities.autowrap import autowrap
from sympy.abc import a, b

expr = (a + b)**a
expr_compiled = autowrap(expr, args=(a, b), tempdir="somedir")

How can I now use "expr_compiled" in other python script?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/ce99633f-930e-4d75-818c-79230782fe98n%40googlegroups.com.

Reply via email to