#4206: [with patch, with positive review after fft timing regression is
addressed]
convert RDF and CDF vectors to use numpy
----------------------------+-----------------------------------------------
Reporter: jason | Owner: jason
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.2.2
Component: linear algebra | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by jason):
This is a little puzzling since the code *does* use scipy to do fft. Here
is the relevant call:
{{{
return v._new(scipy.fft(v._vector_numpy))
}}}
The thing that I see is that above this, I do:
{{{
cdef Vector_double_dense v = self.complex_vector()
}}}
I think the wasted time is in one of those two calls. I can look at this
later.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4206#comment:40>
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
-~----------~----~----~----~------~----~------~--~---