[SciPy-user] Fwd: Scipy_core and numarray

Travis Oliphant oliphant at ee.byu.edu
Thu Oct 6 15:35:02 EDT 2005


Alan G Isaac wrote:

>>Alan G Isaac wrote: 
>>    
>>
>I am afraid this is a very basic question.
>So the is the way this works is that a chunk of memory is 
>reserved without changing its current state?  So if I
>print scipy.empty((50,50),scipy.Float64)
>I'll see the current state of that memory,
>interpreted as Float64.  Is that right
>  
>
Yes.   Empty just gives you a chunk of memory that your system's malloc 
(C) function provides.

-Travis







More information about the SciPy-User mailing list