matrix.mean()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.mean(axis=None, dtype=None, out=None)

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

ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.

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

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

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

ndarray.imag The imaginary part of the array. Examples >>>

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

ndarray.__sub__ x.__sub__(y) <==> x-y

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

ndarray.dot(b, out=None) Dot product of two arrays. Refer to

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

recarray.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only

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

ndarray.__ge__ x.__ge__(y) <==> x>=y

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

MaskedArray.__imul__(other)

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

ndarray.__copy__([order]) Return a copy of the array.

2025-01-10 15:47:30