Yet another question:

When I compile my class, I get something like this:

cdef class Riemann_Map:
    cdef int N, B, ncorners
    cdef f
    cdef opp
    cdef double complex a
    cdef np.ndarray[float,ndim = 1] tester
                  ^
------------------------------------------------------------

/home/evlutte/opt/sage-3.2.3/devel/sage-main/sage/plot/riemann.pyx:
39:19: Buffer types only allowed as function local variables

Is there any way around this, that is, any way to get efficient array
performance from my self.something arrays?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to