numpy.polynomial.hermite_e.hermeline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermeline(off, scl)

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

MaskedArray.prod(axis=None, dtype=None, out=None)

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

numpy.log(x[, out]) = Natural logarithm, element-wise. The natural logarithm

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

numpy.matmul(a, b, out=None) Matrix product of two arrays. The behavior depends on the arguments in the following way.

2025-01-10 15:47:30
DataSource.abspath()
  • References/Python/NumPy/Routines/Input and output/numpy.DataSource

DataSource.abspath(path)

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

numpy.ma.compress_rowcols(x, axis=None)

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

numpy.ma.zeros(shape, dtype=float, order='C') = Return a new array of given shape and type, filled with zeros.

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

numpy.flipud(m)

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

classmethod Chebyshev.fit(x, y, deg, domain=None, rcond=None, full=False, w=None, window=None)

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

numpy.less_equal(x1, x2[, out]) = Return the truth value of (x1 =< x2) element-wise.

2025-01-10 15:47:30