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

ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.

2025-01-10 15:47:30
numpy.source()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.source(object, output=', mode 'w' at 0x402ae078>)

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

matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)

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

ndarray.__getitem__ x.__getitem__(y) <==> x[y]

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

MaskedArray.__divmod__(y) <==> divmod(x, y)

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

recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis

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

recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this

2025-01-10 15:47:30
numpy.polynomial.legendre.legline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.legline(off, scl)

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

matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.

2025-01-10 15:47:30
numpy.core.defchararray.translate()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.translate(a, table, deletechars=None)

2025-01-10 15:47:30