ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__abs__() <==> abs(x)

2025-01-10 15:47:30
dtype.kind
  • References/Python/NumPy/Array objects/Data type objects

dtype.kind A character code (one of ?biufcmMOSUV?) identifying the general kind of data.

2025-01-10 15:47:30
ndarray.ctypes
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates

2025-01-10 15:47:30
record.data
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.data pointer to start of data

2025-01-10 15:47:30
numpy.newaxis
  • References/Python/NumPy/Array objects

ndarrays

2025-01-10 15:47:30
matrix.shape
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__rpow__(other)

2025-01-10 15:47:30
generic.any()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.any() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__setitem__(indx, value)

2025-01-10 15:47:30
record.setfield()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.setfield()

2025-01-10 15:47:30