numpy.convolve()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.convolve(a, v, mode='full')

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

numpy.polynomial.polynomial.polyvander2d(x, y, deg)

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

numpy.append(arr, values, axis=None)

2025-01-10 15:47:30
Array creation routines
  • References/Python/NumPy/Routines

See also

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

Laguerre.mapparms()

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

numpy.asfortranarray(a, dtype=None)

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

numpy.random.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials are experiments

2025-01-10 15:47:30
Binary operations
  • References/Python/NumPy/Routines

Elementwise bit operations

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
chararray.searchsorted()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be

2025-01-10 15:47:30