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

numpy.polynomial.legendre.leggauss(deg)

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

HermiteE.integ(m=1, k=[], lbnd=None)

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

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

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

classmethod HermiteE.basis(deg, domain=None, window=None)

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

numpy.random.laplace(loc=0.0, scale=1.0, size=None) Draw samples from the Laplace or double exponential distribution with

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.triu_indices_from()
  • References/Python/NumPy/Routines/Indexing routines

numpy.triu_indices_from(arr, k=0)

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

Polynomial.has_samedomain(other)

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.may_share_memory()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.may_share_memory(a, b, max_work=None) Determine if two arrays might share memory A return of True does

2025-01-10 15:47:30