Chebyshev.truncate()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

Chebyshev.truncate(size)

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

numpy.ma.polyfit(x, y, deg, rcond=None, full=False, w=None, cov=False)

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

classmethod Chebyshev.identity(domain=None, window=None)

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

classmethod Legendre.cast(series, domain=None, window=None)

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

numpy.isinf(x[, out]) = Test element-wise for positive or negative infinity. Returns a boolean array of the same shape as x

2025-01-10 15:47:30
numpy.linalg.eig()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.eig(a)

2025-01-10 15:47:30
numpy.linalg.matrix_rank()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.matrix_rank(M, tol=None)

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

numpy.polynomial.legendre.leg2poly(c)

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

numpy.core.records.fromstring(datastring, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False,

2025-01-10 15:47:30
Hermite.fromroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

classmethod Hermite.fromroots(roots, domain=[], window=None)

2025-01-10 15:47:30