Carsten, I don't think we have that support in the code generators yet, but I could be wrong. Please submit a feature request as a Github issue. Please include some sample code and your expected result.
Thanks, Jason Jason moorepants.info +01 530-601-9791 On Thu, Dec 17, 2015 at 2:01 AM, <[email protected]> wrote: > Dear Group, > > I was trying to use ufuncify instead of lambdify for some equations having > both complex input and complex output. > Using ufuncify gives an error ("not supported for the input types") which > makes sence since the header of the produces c code, float or int values > are expected, even though the symbol in the equation was assumed to be > complex but not real. > > Now I wonder if there is a way to explain to ufuncify that certain > variables should be complex and that the output should also be. > If not, will it be possible in the future? > > > Cheers > carsten > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/904d7f93-3e4a-4ae5-8bbe-e0387fcce175%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/904d7f93-3e4a-4ae5-8bbe-e0387fcce175%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1AhC82qUKHad0RaAABp3_5Co6kqKUBSPxK13e0U_AJsg7A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
