Slide 6
Slide 6 text
NumPy Arrays
● Implemented in C for efficiency
● Python indexing and slicing
● Elements are strongly typed
NumPy Type Subtypes (bits)
Boolean
Unsigned Integer C types, 8, 16, 32, 64
Integer C types, 8, 16, 32, 64
Floating Point C types, 8, 16, 32, 64, 96, 128
Complex Floating Point 2x32, 2x64, 2x96, 2x128
Python object references Much like a Python list