Home
last modified time | relevance | path

Searched defs:cumproduct (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dfromnumeric.py3734 def cumproduct(*args, **kwargs): function
/dports/math/py-jax/jax-0.2.9/jax/_src/numpy/
H A Dlax_numpy.py2272 cumproduct = cumprod variable
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dnumpy.py7765 def cumproduct(a=None, axis=None, dtype=None, out=None): function