David Joyner wrote:
> By "extend" a Sage class it seems you mean "add a method to" a Sage class.
> You want to know how to add a method to the class
> matrix_complex_double_dense.pyx
> at
> http://www.sagemath.org/hg/sage-main/file/8b1d19463fc4/sage/matrix/matrix_complex_double_dense.pyx
> ?
> 
> (If you want to license it under the GPLv2+ and don't know how to
> submit it to Sage as a contribution,  that is a separate question.)
> 
> What is really confusing me is that the docstring for
> matrix_complex_double_dense.pyx
> (presumably *complex* matrices) is more or less the same as the docstring for
> matrix_real_double_dense.pyx at
> http://www.sagemath.org/hg/sage-main/file/8b1d19463fc4/sage/matrix/matrix_real_double_dense.pyx
> In other words, there are no examples of *complex* matrices in the
> docstring for
> matrix_complex_double_dense.pyx, which seems odd.


Yep, that's an error.  A copy-paste oversight.  It's now trac #4669.


Thanks for catching it.

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