Search
Search Results
Search finished, found 29 page(s) matching the search query.
- Array API
...PyObject *PyArray_SimpleNewFromData(int nd, npy_intp const *dims, int typenum, void *data) Create an array wrapper around data pointed to by the given pointer. The array flags will have a default that the data area is well-behaved and C...
- Data types
- NumPy 1.14.0 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.19.0 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.25.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 2.0 migration guide
- NumPy 2.0.0 Release Notes
- NumPy core math library
- NumPy quickstart
- numpy.arange
- numpy.corrcoef
- numpy.format_float_positional
- numpy.format_float_scientific
- numpy.histogram_bin_edges
- numpy.linalg.eig
- numpy.linspace
- numpy.ma.arange
- numpy.random.Generator.uniform
- numpy.random.RandomState.uniform
- numpy.random.uniform
- numpy.sum
- How to create arrays with regularly-spaced values
- Scalars
- The N-dimensional array (
ndarray
)