User Guide
API reference
Development
Release notes
Learn
1.24
dev
2.2 (stable)
2.1
2.0
1.26
1.25
1.24
1.23
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
GitHub
Twitter
Array objects
Array API Standard Compatibility
Constants
Universal functions (
ufunc
)
numpy.ufunc
numpy.ufunc.__call__
numpy.ufunc.accumulate
numpy.ufunc.at
numpy.ufunc.outer
numpy.ufunc.reduce
numpy.ufunc.reduceat
numpy.ufunc.resolve_dtypes
numpy.ufunc.nin
numpy.ufunc.nout
numpy.ufunc.nargs
numpy.ufunc.ntypes
numpy.ufunc.types
numpy.ufunc.identity
numpy.ufunc.signature
numpy.ufunc.reduce
numpy.ufunc.accumulate
numpy.ufunc.reduceat
numpy.ufunc.outer
numpy.ufunc.at
Routines
Typing (
numpy.typing
)
Global State
Packaging (
numpy.distutils
)
NumPy Distutils - Users Guide
Status of
numpy.distutils
and migration advice
NumPy C-API
CPU/SIMD Optimizations
NumPy security
NumPy and SWIG
On this page
ufunc.__call__
numpy.ufunc.__call__
#
method
ufunc.
__call__
(
*
args
,
**
kwargs
)
#
Call self as a function.