Search
Search Results
Search finished, found 91 page(s) matching the search query.
- numpy.ma.MaskType.flat
...numpy.ma.MaskType.flat...
- numpy.ma.MaskType.flatten
...numpy.ma.MaskType.flatten...
- numpy.ma.MaskType.flat (Python attribute, in numpy.ma.MaskType.flat)
- NumPy 1.12.0 Release Notes
...y given axis. np.count_nonzero now has an axis parameter, allowing non-zero counts to be generated on more than just a flattened array object. BLIS support in numpy.distutils Building against the BLAS implementation provided by the BLIS...
- NumPy 1.14.0 Release Notes
...ision times the largest of the input array dimensions. A FutureWarning is issued when rcond is not passed explicitly. a.flat.__array__() will return a writeable copy of a when a is non-contiguous. Previously it returned an UPDATEIFCOPY arr...
- NumPy 1.6.0 Release Notes
...dimension specifications. Other new functions numpy.ravel_multi_index : Converts a multi-index tuple into an array of flat indices, applying boundary modes to the indices. numpy.einsum : Evaluate the Einstein summation convention. Using...
- NumPy 1.9.0 Release Notes
...the value array was too small or did not match. Code using this will raise an error. For compatibility you can use arr.flat[index] = values, which uses the old code branch. (for example a = np.ones(10); a[np.arange(10)] = [1, 2, 3]) The i...
- NumPy 2.0.0 Release Notes
...tTo, PyArray_CastAnyTo are removed use PyArray_CopyInto and if absolutely needed PyArray_CopyAnyInto (the latter does a flat copy). PyArray_FillObjectArray is removed, its only true use was for implementing np.empty. Create a new empty arr...
- numpy.ma.is_mask
...turn True if m is a valid, standard mask. This function does not check the contents of the input, only that the type is MaskType. In particular, this function returns False if the mask has a flexible dtype. Parameters: marray_likeArray to...
- numpy.ma.make_mask
...all its values are False. dtypedtype, optionalData-type of the output mask. By default, the output mask has a dtype of MaskType (bool). If the dtype is flexible, each field has a boolean dtype. This is ignored when m is nomask, in which ca...
- numpy.ma.make_mask_none
...type. Parameters: newshapetupleA tuple indicating the shape of the mask. dtype{None, dtype}, optionalIf None, use a MaskType instance. Otherwise, use a new datatype with the same fields as dtype, converted to boolean types. Returns:...
- numpy.ma.masked_array.flat
...numpy.ma.masked_array.flat...
- numpy.ma.masked_array.flatten
...numpy.ma.masked_array.flatten...
- numpy.ma.masked_array.item
...which element is copied into a standard Python scalar object and returned. int_type: this argument is interpreted as a flat index into the array, specifying which element to copy and return. tuple of int_types: functions as does a single i...
- numpy.ma.masked_array.put
...array.put(indices, values, mode='raise')[source] Set storage-indexed locations to corresponding values. Sets self._data.flat[n] = values[n] for each n in indices. If values is shorter than indices then it will repeat. If values has some mas...
- numpy.ma.MaskedArray.flat
...Array objects Masked arrays Constants of the numpy.ma module numpy.ma.MaskedArray.flat...
- numpy.ma.MaskedArray.flatten
...Py reference NumPy’s module structure Masked array operations numpy.ma.MaskedArray.flatten...
- numpy.ma.MaskedArray.item
...which element is copied into a standard Python scalar object and returned. int_type: this argument is interpreted as a flat index into the array, specifying which element to copy and return. tuple of int_types: functions as does a single i...
- numpy.ma.MaskedArray.put
...Array.put(indices, values, mode='raise')[source] Set storage-indexed locations to corresponding values. Sets self._data.flat[n] = values[n] for each n in indices. If values is shorter than indices then it will repeat. If values has some mas...
- numpy.ma.MaskType
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.MaskType...
- numpy.ma.MaskType.all
...numpy.ma.MaskType.all...
- numpy.ma.MaskType.any
...numpy.ma.MaskType.any...
- numpy.ma.MaskType.argmax
...numpy.ma.MaskType.argmax...
- numpy.ma.MaskType.argmin
...numpy.ma.MaskType.argmin...
- numpy.ma.MaskType.argsort
...numpy.ma.MaskType.argsort...
- numpy.ma.MaskType.astype
...numpy.ma.MaskType.astype...
- numpy.ma.MaskType.base
...numpy.ma.MaskType.base...
- numpy.ma.MaskType.byteswap
...numpy.ma.MaskType.byteswap...
- numpy.ma.MaskType.choose
...numpy.ma.MaskType.choose...
- numpy.ma.MaskType.clip
...numpy.ma.MaskType.clip...
- numpy.ma.MaskType.compress
...numpy.ma.MaskType.compress...
- numpy.ma.MaskType.conj
...numpy.ma.MaskType.conj...
- numpy.ma.MaskType.conjugate
...numpy.ma.MaskType.conjugate...
- numpy.ma.MaskType.copy
...numpy.ma.MaskType.copy...
- numpy.ma.MaskType.cumprod
...numpy.ma.MaskType.cumprod...
- numpy.ma.MaskType.cumsum
...numpy.ma.MaskType.cumsum...
- numpy.ma.MaskType.data
...numpy.ma.MaskType.data...
- numpy.ma.MaskType.device
...numpy.ma.MaskType.device...
- numpy.ma.MaskType.diagonal
...numpy.ma.MaskType.diagonal...
- numpy.ma.MaskType.dtype
...numpy.ma.MaskType.dtype...
- numpy.ma.MaskType.dump
...numpy.ma.MaskType.dump...
- numpy.ma.MaskType.dumps
...numpy.ma.MaskType.dumps...
- numpy.ma.MaskType.fill
...numpy.ma.MaskType.fill...
- numpy.ma.MaskType.flags
...numpy.ma.MaskType.flags...
- numpy.ma.MaskType.flat
...numpy.ma.MaskType.flat...
- numpy.ma.MaskType.flatten
...numpy.ma.MaskType.flatten...
- numpy.ma.MaskType.getfield
...numpy.ma.MaskType.getfield...
- numpy.ma.MaskType.imag
...numpy.ma.MaskType.imag...
- numpy.ma.MaskType.item
...numpy.ma.MaskType.item...
- numpy.ma.MaskType.itemset
...numpy.ma.MaskType.itemset...
- numpy.ma.MaskType.itemsize
...numpy.ma.MaskType.itemsize...
- numpy.ma.MaskType.max
...numpy.ma.MaskType.max...
- numpy.ma.MaskType.mean
...numpy.ma.MaskType.mean...
- numpy.ma.MaskType.min
...numpy.ma.MaskType.min...
- numpy.ma.MaskType.nbytes
...numpy.ma.MaskType.nbytes...
- numpy.ma.MaskType.ndim
- numpy.ma.MaskType.newbyteorder
- numpy.ma.MaskType.nonzero
- numpy.ma.MaskType.prod
- numpy.ma.MaskType.ptp
- numpy.ma.MaskType.put
- numpy.ma.MaskType.ravel
- numpy.ma.MaskType.real
- numpy.ma.MaskType.repeat
- numpy.ma.MaskType.reshape
- numpy.ma.MaskType.resize
- numpy.ma.MaskType.round
- numpy.ma.MaskType.searchsorted
- numpy.ma.MaskType.setfield
- numpy.ma.MaskType.setflags
- numpy.ma.MaskType.shape
- numpy.ma.MaskType.size
- numpy.ma.MaskType.sort
- numpy.ma.MaskType.squeeze
- numpy.ma.MaskType.std
- numpy.ma.MaskType.strides
- numpy.ma.MaskType.sum
- numpy.ma.MaskType.swapaxes
- numpy.ma.MaskType.T
- numpy.ma.MaskType.take
- numpy.ma.MaskType.to_device
- numpy.ma.MaskType.tobytes
- numpy.ma.MaskType.tofile
- numpy.ma.MaskType.tolist
- numpy.ma.MaskType.tostring
- numpy.ma.MaskType.trace
- numpy.ma.MaskType.transpose
- numpy.ma.MaskType.var
- numpy.ma.MaskType.view
- Standard array subclasses
- numpy.ma.MaskType.flatten (Python method, in numpy.ma.MaskType.flatten)