On Sun, Jun 16, 2019 at 3:29 AM Evys Ancede <[email protected]> wrote: > > Can I someone tell me in whats files (path) are implemented de algorithm for > spherical harmonics for take a time for doing a modification in cython??
It is Python, in fact, there is class SphericalHarmonic in functions/special.py, and you want to fix its _eval_ member. > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-support/CAF8QkNPuP4maJqX6ZgZfW%2BHWNNKBka9CLbLWB84WKqowZ6we%3DQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq2PzF3Ujm5123cRyzG4uoDA750Rp8PXJ%3DKykXzbs45FqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
