#4206: [with patch, positive review] 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 mabshoff):
There is some slight reject issue with the first patch:
{{{
***************
*** 93,100 ****
import sage.rings.integer
from sage.rings.real_double import RDF
from sage.rings.complex_double import CDF
-
- #from sage.matrix.matrix cimport Matrix
def is_FreeModuleElement(x):
return isinstance(x, FreeModuleElement)
--- 93,98 ----
import sage.rings.integer
from sage.rings.real_double import RDF
from sage.rings.complex_double import CDF
def is_FreeModuleElement(x):
return isinstance(x, FreeModuleElement)
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4206#comment:45>
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
-~----------~----~----~----~------~----~------~--~---