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

ndarray.ndim Number of array dimensions. Examples >>>

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

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

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

MaskedArray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset

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

generic.__array_struct__ Array protocol: struct

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

dtype.type The type object used to instantiate a scalar of this data-type.

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

ndarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.

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

MaskedArray.__rlshift__ x.__rlshift__(y) <==> y<<x

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

record.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars

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

matrix.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to

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

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

2025-01-10 15:47:30