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

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

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

chararray.fill(value) Fill the array with a scalar value.

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

chararray.rjust(width, fillchar=' ')

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

recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be

2025-01-10 15:47:30
numpy.polynomial.laguerre.lag2poly()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

numpy.polynomial.laguerre.lag2poly(c)

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

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

2025-01-10 15:47:30
numpy.ma.harden_mask()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.harden_mask(self) = Force the mask to hard. Whether the mask of a masked array is hard or soft is determined

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

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

2025-01-10 15:47:30
numpy.roll()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.roll(a, shift, axis=None)

2025-01-10 15:47:30
ndarray.T
  • References/Python/NumPy/Routines/Array manipulation routines

ndarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples

2025-01-10 15:47:30