Search
Search Results
Search finished, found 27 page(s) matching the search query.
- numpy.matrix.flags
...numpy.matrix.flags...
- numpy.matrix.flags (Python attribute, in numpy.matrix.flags)
- Array API
..._Type and its sub-types). int PyArray_NDIM(PyArrayObject *arr) The number of dimensions in the array. int PyArray_FLAGS(PyArrayObject *arr) Returns an integer representing the array-flags. int PyArray_TYPE(PyArrayObject *arr) Retu...
- Array iterator API
...ay_SIZE(self) == 0) { return 0; } /* * Create and use an iterator to count the nonzeros. * flag NPY_ITER_READONLY * - The array is never written to. * flag NPY_ITER_EXTERNAL_LOOP * - Inn...
- NumPy 1.10.0 Release Notes
...itional customization via site.cfg to control compilation parameters, i.e. runtime libraries, extra linking/compilation flags. Addition of np.linalg.multi_dot: compute the dot product of two or more arrays in a single function call, while a...
- NumPy 1.11.0 Release Notes
...y, floats are used even where an integer might work. Deprecations Views of arrays in Fortran order The F_CONTIGUOUS flag was used to signal that views using a dtype that changed the element size would change the first index. This was al...
- NumPy 1.14.0 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.6.2 Release Notes
- NumPy 1.7.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy quickstart
- numpy.char.chararray
- numpy.ma.average
- numpy.matrix
- numpy.matrix.copy
- numpy.matrix.ctypes
- numpy.matrix.flags
- numpy.matrix.setflags
- numpy.recarray
- The N-dimensional array (
ndarray
) - numpy.matrix.setflags (Python method, in numpy.matrix.setflags)
- Glossary
- Using Python as glue