Legendre.convert()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

Legendre.convert(domain=None, kind=None, window=None)

2025-01-10 15:47:30
numpy.sinc()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.sinc(x)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermzero
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermzero = array([0])

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

matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.

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

chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2

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

matrix.min(axis=None, out=None)

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

ndarray.__long__() <==> long(x)

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

ndarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that

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

numpy.ma.make_mask(m, copy=False, shrink=True, dtype=)

2025-01-10 15:47:30
numpy.reciprocal()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.reciprocal(x[, out]) = Return the reciprocal of the argument, element-wise. Calculates 1/x.

2025-01-10 15:47:30