On Mon, Oct 24, 2011 at 5:54 PM, David Voong wrote:
> Hi guys,
>
> I have a question regarding subclassing of the numpy.matrix class.
>
> I read through the wiki page,
> http://docs.scipy.org/doc/numpy/user/basics.subclassing.html
>
> and tried to subclass numpy.matrix, I find that if I override
Hi guys,
I have a question regarding subclassing of the numpy.matrix class.
I read through the wiki page,
http://docs.scipy.org/doc/numpy/user/basics.subclassing.html
and tried to subclass numpy.matrix, I find that if I override the
__finalize_array__ method I have problems using the sum method