Simon Beaumont wrote:
> 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.

As noted in other replies, you could add these methods to either 
matrix/matrix_complex_double_dense.pyx (but please then add 
corresponding methods to matrix_real_double_dense.pyx for consistency), 
or you could add the methods to matrix_double_dense.pyx.

Thanks for thinking of these things!

Jason


--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to