Numarray
An Open Source project
Previous:
3.4 Differences between numarray
Up:
1 Numerical Python
Next:
4.1 Basics
4. Array Basics
This chapter introduces some of the basic functions which will be used throughout the text.
Subsections
4.1 Basics
4.2 Creating arrays from scratch
4.2.1 array() and types
4.2.2 Multidimensional Arrays
4.3 Creating arrays with values specified ``on-the-fly''
4.3.1 Creating an array from a function
4.4 Coercion and Casting
4.4.1 Automatic Coercions and Binary Operations
4.4.2 The type value table
4.4.3 Long: the platform relative type
4.4.4 Deliberate casts (potentially down)
4.5 Operating on Arrays
4.5.1 Simple operations
4.5.2 In-place operations
4.6 Getting and Setting array values
4.7 Slicing Arrays
4.8 Index Arrays
4.9 Exception Handling
Numarray
An Open Source project
Previous:
3.4 Differences between numarray
Up:
1 Numerical Python
Next:
4.1 Basics
Release 1.1, documentation updated on September 10, 2004.
Send comments to the
NumArray community
.