Search
Searching
- numpy.ma.MaskedArray.prod
- numpy.ma.MaskedArray.product
- numpy.ma.MaskedArray.prod (Python method, in numpy.ma.MaskedArray.prod)
- Constants of the
numpy.ma
module...() Complex-conjugate all elements. MaskedArray.conjugate() Return the complex conjugate, element-wise. MaskedArray.cumprod([axis, dtype, out]) Return the cumulative product of the array elements over the given axis. MaskedArray.cumsum([a...
- NumPy 1.10.0 Release Notes
...n parameters, i.e. runtime libraries, extra linking/compilation flags. Addition of np.linalg.multi_dot: compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. The...
- NumPy 1.11.0 Release Notes
...Optimizations for operations of the form A.T @ A and A @ A.T Previously, gemm BLAS operations were used for all matrix products. Now, if the matrix product is between a matrix and its transpose, it will use syrk BLAS operations for a perfo...
- NumPy 1.11.2 Release Notes
...ay from np.array which contains padding. #7904 BUG: Fix float16 type not being called due to wrong ordering. #7917 BUG: Production install of numpy should not require nose. #7919 BLD: Fixed MKL detection for recent versions of this library....
- NumPy 1.12.0 Release Notes
- NumPy 1.12.1 Release Notes
- NumPy 1.13.0 Release Notes
- NumPy 1.14.0 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.24 Release Notes
- NumPy 1.25.0 Release Notes
- NumPy 1.6.0 Release Notes
- NumPy 1.7.2 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.1.0 Release Notes
- numpy.array_repr
- numpy.concat
- numpy.concatenate
- numpy.ma.append
- numpy.ma.arange
- numpy.ma.argsort
- numpy.ma.array