Search
Searching.
- numpy.ma.ravel
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.ravel...
- numpy.ma.masked_array.ravel (Python method, in numpy.ma.masked_array.ravel)
- numpy.ma.MaskedArray.ravel (Python method, in numpy.ma.MaskedArray.ravel)
- numpy.ma.MaskType.ravel (Python method, in numpy.ma.MaskType.ravel)
- numpy.ma.ravel (Python data, in numpy.ma.ravel)
- numpy.matrix.ravel (Python method, in numpy.matrix.ravel)
- numpy.memmap.ravel (Python method, in numpy.memmap.ravel)
- Array iterator API
...s that may be passed in flags, applying to the whole iterator, are: NPY_ITER_C_INDEX Causes the iterator to track a raveled flat index matching C order. This option cannot be used with NPY_ITER_F_INDEX. NPY_ITER_F_INDEX Causes the i...
- Constants of the
numpy.ma
module...ted as an n-tuple. MaskedArray.flatten([order]) Return a copy of the array collapsed into one dimension. MaskedArray.ravel([order]) Returns a 1D version of self, as a view. MaskedArray.reshape(*s, **kwargs) Give a new shape to the array...
- Interoperability with NumPy
...ll as various NumPy-like implementations in deep learning frameworks, like TensorFlow and PyTorch. Similarly, there are many projects that build on top of the NumPy API for labeled and indexed arrays (XArray), automatic differentiation (JAX...
- NumPy 1.10.0 Release Notes
...axis=0 raises IndexError Using axis != 0 has raised a DeprecationWarning since NumPy 1.7, it now raises an error. np.ravel, np.diagonal and np.diag now preserve subtypes There was inconsistent behavior between x.ravel() and np.ravel(x),...
- NumPy 1.10.2 Release Notes
- NumPy 1.10.4 Release Notes
- NumPy 1.11.0 Release Notes
...y ordering It is currently possible to pass in arguments for the order parameter in methods like array.flatten or array.ravel that were not one of the following: ‘C’, ‘F’, ‘A’, ‘K’ (note that all of these possible values are both unicode an...
- NumPy 1.11.1 Release Notes
- NumPy 1.11.2 Release Notes
- 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.14.3 Release Notes
- NumPy 1.14.6 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.20.2 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.24 Release Notes
- NumPy 1.24.1 Release Notes
- NumPy 1.24.3 Release Notes
- NumPy 1.24.4 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 1.9.2 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.0.1 Release Notes
- NumPy 2.1.0 Release Notes
- NumPy quickstart
- numpy.array_repr
- numpy.average
- numpy.char.chararray.flatten
- numpy.char.chararray.ravel
- numpy.concat
- numpy.concatenate
- numpy.extract
- numpy.flatnonzero
- numpy.linalg.norm
- numpy.ma.all
- numpy.ma.allclose
- numpy.ma.allequal
- numpy.ma.amax
- numpy.ma.amin
- numpy.ma.anom
- numpy.ma.anomalies
- numpy.ma.any
- numpy.ma.append
- numpy.ma.apply_along_axis
- numpy.ma.apply_over_axes
- numpy.ma.arange
- numpy.ma.argmax
- numpy.ma.argmin
- numpy.ma.argsort
- numpy.ma.around
- numpy.ma.array
- numpy.ma.asanyarray
- numpy.ma.asarray
- numpy.ma.atleast_1d
- numpy.ma.atleast_2d
- numpy.ma.atleast_3d
- numpy.ma.average
- numpy.ma.choose
- numpy.ma.clip
- numpy.ma.clump_masked
- numpy.ma.clump_unmasked
- numpy.ma.column_stack
- numpy.ma.common_fill_value
- numpy.ma.compress_cols
- numpy.ma.compress_nd
- numpy.ma.compress_rowcols
- numpy.ma.compress_rows
- numpy.ma.compressed
- numpy.ma.concatenate
- numpy.ma.conjugate
- numpy.ma.convolve
- numpy.ma.copy
- numpy.ma.corrcoef
- numpy.ma.correlate
- numpy.ma.count
- numpy.ma.count_masked
- numpy.ma.cov
- numpy.ma.cumprod
- numpy.ma.cumsum
- numpy.ma.default_fill_value
- numpy.ma.diag
- numpy.ma.diagflat
- numpy.ma.diff
- numpy.ma.dot
- numpy.ma.dstack
- numpy.ma.ediff1d
- numpy.ma.empty
- numpy.ma.empty_like
- numpy.ma.expand_dims
- numpy.ma.filled
- numpy.ma.fix_invalid
- numpy.ma.flatnotmasked_contiguous
- numpy.ma.flatnotmasked_edges
- numpy.ma.flatten_mask
- numpy.ma.flatten_structured_array
- numpy.ma.frombuffer
- numpy.ma.fromflex
- numpy.ma.fromfunction