Changes between Version 9 and Version 10 of ZeroRankArray

Show
Ignore:
Timestamp:
02/17/06 20:50:17 (7 years ago)
Author:
sasha
Comment:

Motivation for Array Scalars

Legend:

Unmodified
Added
Removed
Modified
  • ZeroRankArray

    v9 v10  
    3030 * Array scalars have different python type for different data types 
    3131  
     32== Motivation for Array Scalars == 
     33 
     34Numpy's design decision to provide 0-d arrays and array scalars in addition to native python types goes against one of the fundamental python design principles that there should be only one obvious way to do it.  In this section we will try to explain why it is necessary to have three different ways to represent a number. 
     35 
     36To be completed ...   
     37 
    3238 
    3339== Indexing of Zero-Rank Arrays ==