numpy.dstack()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.dstack(tup)

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
numpy.vstack()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.vstack(tup)

2025-01-10 15:47:30
numpy.polynomial.chebyshev.chebgrid3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

numpy.polynomial.chebyshev.chebgrid3d(x, y, z, c)

2025-01-10 15:47:30
numpy.random.get_state()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.get_state() Return a tuple representing the internal state of the generator. For more details, see

2025-01-10 15:47:30
RandomState.negative_binomial()
  • References/Python/NumPy/Routines/Random sampling

RandomState.negative_binomial(n, p, size=None) Draw samples from a negative binomial distribution

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

numpy.ma.apply_along_axis(func1d, axis, arr, *args, **kwargs)

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

Laguerre.has_samedomain(other)

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

MaskedArray.shrink_mask()

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

numpy.ma.flatnotmasked_contiguous(a)

2025-01-10 15:47:30