[SciPy-dev] Definition of class multiarray

David Goldsmith d_l_goldsmith at yahoo.com
Fri Jun 26 14:45:10 EDT 2009


OK, tried to figure it out myself, but:

Do ndarray.<method>s which have an "equivalent" numpy.<method> actually call the numpy method to operate on self?

DG

--- On Fri, 6/26/09, Pauli Virtanen <pav at iki.fi> wrote:

> From: Pauli Virtanen <pav at iki.fi>
> Subject: Re: [SciPy-dev] Definition of class multiarray
> To: scipy-dev at scipy.org
> Date: Friday, June 26, 2009, 11:13 AM
> On 2009-06-26, David Goldsmith <d_l_goldsmith at yahoo.com>
> wrote:
> > Hi.  Where is class multiarray defined? 
> Thanks!
> 
> There's no class named multiarray. numpy.core.multiarray is
> an 
> extension module written in C, providing eg. the ndarray
> class.
> 
> You can find the sources under numpy/core/src
> 
> -- 
> Pauli Virtanen
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
> 


      



More information about the SciPy-Dev mailing list