#4206: [with patch, needs work] 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 was):
This patch seems to totally get rid of the real_double_vector module.
After applying it and making sure to delete all traces of it from the
build directory, I get the following on startup of sage:
{{
/home/was/build/sage-3.2.1.alpha1/local/lib/python2.5/site-
packages/sage/modules/free_quadratic_module.py in <module>()
92 import sage.rings.integer
93 import sage.structure.parent_gens as gens
---> 94 import sage.modules.real_double_vector
95 import sage.modules.complex_double_vector
96 from sage.misc.randstate import current_randstate
ImportError: No module named real_double_vector
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4206#comment:29>
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
-~----------~----~----~----~------~----~------~--~---