numpy.ma.masked_less_equal()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.masked_less_equal(x, value, copy=True)

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__long__() <==> long(x)

2025-01-10 15:47:30
numpy.union1d()
  • References/Python/NumPy/Routines/Set routines

numpy.union1d(ar1, ar2)

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

numpy.ma.empty(shape, dtype=float, order='C') = Return a new array of given shape and type, without initializing entries.

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

numpy.savez_compressed(file, *args, **kwds)

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

ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the

2025-01-10 15:47:30
PyArrayObject
  • References/Python/NumPy/NumPy C-API

Several new types are defined in the C-code. Most of these are accessible from Python, but a few are not exposed due to their limited use. Every new Python type has an associated PyObject *

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

numpy.moveaxis(a, source, destination)

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

numpy.polynomial.laguerre.lagval(x, c, tensor=True)

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

RandomState.random_sample(size=None) Return random floats in the half-open interval [0.0, 1.0). Results

2025-01-10 15:47:30