Search
Search Results
Search finished, found 27 page(s) matching the search query.
- numpy.zeros_like
...NumPy reference Routines and objects by topic Array creation routines numpy.zeros_like...
- numpy.ma.zeros_like (Python data, in numpy.ma.zeros_like)
- numpy.zeros_like (Python function, in numpy.zeros_like)
- NumPy 1.17.0 Release Notes
...ng the new entries. empty_like and related functions now accept a shape argument empty_like, full_like, ones_like and zeros_like now accept a shape keyword argument, which can be used to create a new array as the prototype, overriding its...
- NumPy 1.8.0 Release Notes
...l_like New convenience functions to create arrays filled with a specific value; complementary to the existing zeros and zeros_like functions. IO compatibility with large files Large NPZ files >2GB can be loaded on 64-bit systems. Buildi...
- NumPy 1.9.0 Release Notes
...e as large as the iterator so that such a problem cannot occur. This change was already applied to the 1.8.1 release. zeros_like for string dtypes now returns empty strings To match the zeros function zeros_like now returns an array initi...
- NumPy 2.0.0 Release Notes
...rguments were added to: asarray, arange, empty, empty_like, eye, full, full_like, linspace, ones, ones_like, zeros, and zeros_like. For all these new arguments, only device="cpu" is supported. (gh-25233) StringDType has been added to NumP...
- NumPy quickstart
...pace(0, 2 * pi, 100) # useful to evaluate function at lots of points >>> f = np.sin(x) See also array, zeros, zeros_like, ones, ones_like, empty, empty_like, arange, linspace, random.Generator.random, random.Generator.normal, from...
- numpy.array
...ikeReturn an empty array with shape and type of input. ones_likeReturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled...
- numpy.empty_like
...th the same shape and type as prototype. See also ones_likeReturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled...
- numpy.full_like
...ikeReturn an empty array with shape and type of input. ones_likeReturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. fullReturn a new array of given shape filled with valu...
- numpy.ma.empty_like
...th the same shape and type as prototype. See also ones_likeReturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled...
- numpy.ma.masked_all_like
- numpy.ma.notmasked_contiguous
- numpy.ma.notmasked_edges
- numpy.ma.ones_like
- numpy.ma.zeros
- numpy.ma.zeros_like
- numpy.median
- numpy.nanpercentile
- numpy.nanquantile
- numpy.ones_like
- numpy.percentile
- numpy.quantile
- numpy.zeros
- numpy.zeros_like
- Using Python as glue