- C order
-
C-API
- array
- iterator, [1], [2]
- ndarray, [1]
- ufunc, [1]
- C-order
-
casting rules
- ufunc
- character arrays
- class.__array_priority__ (in module numpy)
- code generation
- column-major, [1]
|
- comparison, [1]
- Configuration (class in numpy.distutils.misc_util)
-
construction
- from None, dtype
- from dict, dtype
- from dtype, dtype
- from list, dtype
- from string, dtype
- from tuple, dtype
- from type, dtype
- container class
- contiguous
- ctypes, [1]
- ctypes_load_library() (in module numpy.ctypeslib)
- cython, [1]
|