Search
Searching..
- numpy.cos
...NumPy reference Routines and objects by topic Mathematical functions numpy.cos...
- numpy.cosh
...NumPy reference Routines and objects by topic Mathematical functions numpy.cosh...
- numpy.cos (Python data, in numpy.cos)
numpy.distutils
user guide...>= 3.12. For more details, see Status of numpy.distutils and migration advice SciPy structure Currently SciPy project consists of two packages: NumPy — it provides packages like: numpy.distutils - extension to Python distutils numpy.f2p...
numpy.polynomial
...es,” i.e., a polynomial (also referred to simply as a “series”) is represented by a 1-D numpy array of the polynomial’s coefficients, ordered from lowest order term to highest. For example, array([1,2,3]) represents P_0 + 2*P_1 + 3*P_2, wh...
- Array broadcasting in Numpy
...Array broadcasting in Numpy
- Array creation
...Array creation See also Array creation routines Introduction There are 6 general mechanisms for creating arrays: Conversion from other Python structures (i.e. lists and tuples) Intrinsic NumPy array creation functions (e.g. arange, o...
- Array creation routines
....]) Return a full array with the same shape and type as a given array. From existing data array(object[, dtype, copy, order, subok, ...]) Create an array. asarray(a[, dtype, order, device, copy, like]) Convert the input to an array...
- Array iterator API
...Array iterator API Array iterator The array iterator encapsulates many of the key features in ufuncs, allowing user code to support features like output parameters, preservation of memory layouts, and buffering of data with the wrong al...
- Building from source
...Building from source Note If you are only trying to install NumPy, we recommend using binaries - see Installation for details on that. Building NumPy from source requires setting up system-le...
- Building the NumPy API and reference docs
...Contributing to NumPy Building the NumPy API and reference docs...
- Chebyshev Series (
numpy.polynomial.chebyshev
)...d works with such polynomials is in the docstring for its “parent” sub-package, numpy.polynomial). Classes Chebyshev(coef[, domain, window, symbol]) A Chebyshev series class. Constants chebdomain An array object represents a mult...
- Constants of the
numpy.ma
module - Contributing to NumPy
...Contributing to NumPy...
- CPU build options
...ing of the baseline features will often improve performance and may also reduce binary size. The following are the most common scenarios that may require changing the default settings: I am building NumPy for my local use And I do not inte...
- ctypes foreign function interface (
numpy.ctypeslib
)...ctypes array or POINTER. The numpy array shares the memory with the ctypes object. The shape parameter must be given if converting from a ctypes POINTER. The shape parameter is ignored if converting from a ctypes array Examples Converting a...
- Data type classes (
numpy.dtypes
)...y 1.25. Previously DType classes were only accessible indirectly. DType classes The following are the classes of the corresponding NumPy dtype instances and NumPy scalar types. The classes can be used in isinstance checks and can also b...
- Data type promotion in NumPy
- Data types
...Data types See also Data type objects Array types and conversions between types NumPy supports a much greater variety of numerical types than Python does. This section shows...
- Discrete Fourier Transform (
numpy.fft
) - Exceptions and Warnings (
numpy.exceptions
) - Extending
numpy.random
via Cython - For downstream package authors
- Hermite Series, “Physicists” (
numpy.polynomial.hermite
) - HermiteE Series, “Probabilists” (
numpy.polynomial.hermite_e
) - How to contribute to the NumPy documentation
- How to extend NumPy
- How to write a NumPy how-to
- I/O with NumPy
- Input and output
- Installing NumPy
- Internal organization of NumPy arrays
- Interoperability with NumPy
- Laguerre Series (
numpy.polynomial.laguerre
) - Legacy random generation
- Legendre Series (
numpy.polynomial.legendre
) - Lib module (
numpy.lib
) - Linear algebra (
numpy.linalg
) - Matrix library (
numpy.matlib
) - Memory alignment
- Memory management in NumPy
- Miscellaneous
- Miscellaneous routines
- NumPy 1.10.0 Release Notes
- NumPy 1.10.1 Release Notes
- NumPy 1.10.2 Release Notes
- NumPy 1.10.3 Release Notes
- NumPy 1.10.4 Release Notes
- NumPy 1.11.0 Release Notes
- NumPy 1.11.1 Release Notes
- NumPy 1.11.2 Release Notes
- NumPy 1.11.3 Release Notes
- NumPy 1.12.0 Release Notes
- NumPy 1.12.1 Release Notes
- NumPy 1.13.0 Release Notes
- NumPy 1.13.1 Release Notes
- NumPy 1.13.2 Release Notes
- NumPy 1.13.3 Release Notes
- NumPy 1.14.0 Release Notes
- NumPy 1.14.1 Release Notes
- NumPy 1.14.2 Release Notes
- NumPy 1.14.3 Release Notes
- NumPy 1.14.4 Release Notes
- NumPy 1.14.5 Release Notes
- NumPy 1.14.6 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.15.1 Release Notes
- NumPy 1.15.2 Release Notes
- NumPy 1.15.3 Release Notes
- NumPy 1.15.4 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.16.1 Release Notes
- NumPy 1.16.2 Release Notes
- NumPy 1.16.3 Release Notes
- NumPy 1.16.4 Release Notes
- NumPy 1.16.5 Release Notes
- NumPy 1.16.6 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.17.1 Release Notes
- NumPy 1.17.2 Release Notes
- NumPy 1.17.3 Release Notes
- NumPy 1.17.4 Release Notes
- NumPy 1.17.5 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.18.1 Release Notes
- NumPy 1.18.2 Release Notes
- NumPy 1.18.3 Release Notes
- NumPy 1.18.4 Release Notes
- NumPy 1.18.5 Release Notes
- NumPy 1.19.0 Release Notes
- NumPy 1.19.1 Release Notes
- NumPy 1.19.2 Release Notes
- NumPy 1.19.3 Release Notes
- NumPy 1.19.4 Release Notes
- NumPy 1.19.5 Release Notes
- NumPy 1.20.0 Release Notes
- NumPy 1.20.1 Release Notes
- NumPy 1.20.2 Release Notes
- NumPy 1.20.3 Release Notes
- NumPy 1.21.0 Release Notes
- NumPy 1.21.1 Release Notes
- NumPy 1.21.2 Release Notes
- NumPy 1.21.3 Release Notes
- NumPy 1.21.4 Release Notes
- NumPy 1.21.5 Release Notes
- NumPy 1.21.6 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.22.1 Release Notes
- NumPy 1.22.2 Release Notes
- NumPy 1.22.3 Release Notes
- NumPy 1.22.4 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.23.1 Release Notes
- NumPy 1.23.2 Release Notes
- NumPy 1.23.3 Release Notes
- NumPy 1.23.4 Release Notes
- NumPy 1.23.5 Release Notes
- NumPy 1.24 Release Notes
- NumPy 1.24.1 Release Notes
- NumPy 1.24.2 Release Notes
- NumPy 1.24.3 Release Notes
- NumPy 1.24.4 Release Notes
- NumPy 1.25.0 Release Notes
- NumPy 1.25.1 Release Notes
- NumPy 1.25.2 Release Notes
- NumPy 1.26.0 Release Notes
- NumPy 1.26.1 Release Notes
- NumPy 1.26.2 Release Notes
- NumPy 1.26.3 Release Notes
- NumPy 1.26.4 Release Notes
- NumPy 1.3.0 Release Notes
- NumPy 1.4.0 Release Notes
- NumPy 1.5.0 Release Notes
- NumPy 1.6.0 Release Notes
- NumPy 1.6.1 Release Notes
- NumPy 1.6.2 Release Notes
- NumPy 1.7.0 Release Notes
- NumPy 1.7.1 Release Notes
- NumPy 1.7.2 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 1.8.1 Release Notes
- NumPy 1.8.2 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 1.9.1 Release Notes
- NumPy 1.9.2 Release Notes
- NumPy 2.0 migration guide
- NumPy 2.0.0 Release Notes
- NumPy 2.0.1 Release Notes
- NumPy 2.0.2 Release Notes
- NumPy 2.1.0 Release Notes
- NumPy 2.1.1 Release Notes
- NumPy 2.1.2 Release Notes
- NumPy 2.1.3 Release Notes
- NumPy 2.2.0 Release Notes
- NumPy 2.xx.x Release Notes
- NumPy and SWIG
- NumPy benchmarks
- NumPy C code explanations
- NumPy C code explanations
- NumPy C-API
- NumPy core math library
- NumPy documentation
- NumPy for MATLAB users
- NumPy fundamentals
- NumPy governance
- NumPy how-tos
- NumPy internals
- NumPy license
- NumPy project governance and decision-making
- NumPy quickstart
- NumPy reference
- NumPy security
- NumPy user guide
- numpy.__array_namespace_info__
- numpy.__array_namespace_info__.capabilities
- numpy.__array_namespace_info__.default_device
- numpy.__array_namespace_info__.default_dtypes