Search
Search Results
Search finished, found 9 page(s) matching the search query.
- numpy.ndarray.getfield
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.getfield...
- numpy.ndarray.getfield (Python method, in numpy.ndarray.getfield)
- NumPy 1.16.0 Release Notes
...separate c-extension modules. They are now python wrappers to the single np.core/_multiarray_math c-extension module. getfield validity checks extended numpy.ndarray.getfield now checks the dtype and offset arguments to prevent accessing...
- numpy.dtype.fields
...t’s meta-data). Notice also that the first two elements of the tuple can be passed directly as arguments to the ndarray.getfield and ndarray.setfield methods. See also ndarray.getfield, ndarray.setfield Examples >>> import numpy as np >...
- numpy.ma.MaskType.getfield
...numpy.ma.MaskType.getfield...
- numpy.ndarray.getfield
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.getfield...
- numpy.ndarray.setfield
...lace val. offsetint, optionalThe number of bytes into the field at which to place val. Returns: None See also getfield Examples >>> import numpy as np >>> x = np.eye(3) >>> x.getfield(np.float64) array([[1., 0., 0.], [0...
- numpy.record.getfield
...ce Array objects Standard array subclasses numpy.record numpy.record.getfield...
- Array API
...Type(NPY_FLOAT64); Py_INCREF(loop_descrs[2]); } API for calling array methods Conversion PyObject *PyArray_GetField(PyArrayObject *self, PyArray_Descr *dtype, int offset) Equivalent to ndarray.getfield (self, dtype, offset). Th...