Dear all, I want to convert code that uses calls like M=Matrix(QQ, n, n) and v=vector(QQ, n) to Cython. When I do so I get errors about undeclared names. I am having trouble figuring out which imports I need to get the right names to appear: there is sufficient magic that most of the obvious guesses produce runtime errors. The code of course works fine in regular Sage. Where should I be looking to figure out how to fix these problems?
Sincerely, Watson ladd -- You received this message because you are subscribed to the Google Groups "sage-support" 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/sage-support. For more options, visit https://groups.google.com/d/optout.
