numpy.polynomial.legendre.legline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.legline(off, scl)

2025-01-10 15:47:30
numpy.polynomial.hermite_e.hermevander3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermevander3d(x, y, z, deg)

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

numpy.polynomial.chebyshev.chebadd(c1, c2)

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

numpy.split(ary, indices_or_sections, axis=0)

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
numpy.array_repr()
  • References/Python/NumPy/Routines/Input and output

numpy.array_repr(arr, max_line_width=None, precision=None, suppress_small=None)

2025-01-10 15:47:30
numpy.MachAr()
  • References/Python/NumPy/Routines/Data type routines

class numpy.MachAr(float_conv=, int_conv=, float_to_float=, float_to_str= at 0x49c2ce2c>, title='Python floating point number')

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

numpy.polynomial.laguerre.lagtrim(c, tol=0)

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

numpy.polynomial.chebyshev.chebvander(x, deg)

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

numpy.mgrid = nd_grid instance which returns a dense multi-dimensional ?meshgrid?. An instance of numpy

2025-01-10 15:47:30