numpy.linalg.cond()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.cond(x, p=None)

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

numpy.polynomial.chebyshev.chebint(c, m=1, k=[], lbnd=0, scl=1, axis=0)

2025-01-10 15:47:30
RandomState.standard_cauchy()
  • References/Python/NumPy/Routines/Random sampling

RandomState.standard_cauchy(size=None) Draw samples from a standard Cauchy distribution with mode =

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

numpy.polynomial.laguerre.lagint(c, m=1, k=[], lbnd=0, scl=1, axis=0)

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

numpy.polynomial.hermite_e.hermevander(x, deg)

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

numpy.ma.size(obj, axis=None)

2025-01-10 15:47:30
numpy.poly1d()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

class numpy.poly1d(c_or_r, r=0, variable=None)

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

numpy.ma.append(a, b, axis=None)

2025-01-10 15:47:30
numpy.count_nonzero()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.count_nonzero(a) Counts the number of non-zero values in the array a.

2025-01-10 15:47:30
ndarray.strides
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element

2025-01-10 15:47:30