Changes between Version 9 and Version 10 of ZeroRankArray
- Timestamp:
- 02/17/06 20:50:17 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZeroRankArray
v9 v10 30 30 * Array scalars have different python type for different data types 31 31 32 == Motivation for Array Scalars == 33 34 Numpy'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 36 To be completed ... 37 32 38 33 39 == Indexing of Zero-Rank Arrays ==
