numpy.polynomial.polynomial.polyfromroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

numpy.polynomial.polynomial.polyfromroots(roots)

2025-01-10 15:47:30
numpy.core.records.fromrecords()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.fromrecords(recList, dtype=None, shape=None, formats=None, names=None, titles=None, aligned=False, byteorder=None)

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

chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.

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

numpy.polynomial.legendre.legadd(c1, c2)

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

Legendre.cutdeg(deg)

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

numpy.empty_like(a, dtype=None, order='K', subok=True) Return a new array with the same shape and type as a given array.

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

numpy.find_common_type(array_types, scalar_types)

2025-01-10 15:47:30
numpy.geterrobj()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.geterrobj() Return the current object that defines floating-point error handling. The error object contains all

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

Note numpy.emath is a preferred alias for

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

Polynomial.deriv(m=1)

2025-01-10 15:47:30