What is the recommended way to extend sage classes? - I want to add
some functionality to the complex matrix class - specifically tests
for: is_symmetric, is_hermitian, is_unitary etc... you get the idea.

I have experienced and read that  this is not so straightforward.

I guess I could do it by delegation but that's a bit naff given the
power of the python object system.

-- simon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to