#4206: convert RDF and CDF vectors to use numpy
----------------------------+-----------------------------------------------
 Reporter:  jason           |        Owner:  was       
     Type:  enhancement     |       Status:  new       
 Priority:  major           |    Milestone:  sage-3.1.3
Component:  linear algebra  |   Resolution:            
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by mabshoff):

 And this is needed in
  * cdef class
 ComplexDoubleVectorSpaceElement(free_module_element.FreeModuleElement)
  * cdef class
 RealDoubleVectorSpaceElement(free_module_element.FreeModuleElement)

 Look for the two comments like:
 {{{
         # We should be using the C API here.  When upgrading to 1.2.0,
         # we didn't get the C API to work for some reason on sage.math
         # (64-bit) even though it worked fine on a 32-bit box.
         cdef ndarray _n =
 numpy.array(list(self),dtype=numpy.dtype('float64'))
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4206#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to