MaskedArray.take()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.take(indices, axis=None, out=None, mode='raise')

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
numpy.polynomial.legendre.leggrid3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.leggrid3d(x, y, z, c)

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

classmethod Legendre.fromroots(roots, domain=[], window=None)

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

dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type

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

matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]

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

MaskedArray.__oct__() <==> oct(x)

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

generic.std() 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.__mul__(other)

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

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

2025-01-10 15:47:30