Skip to main content
Back to top
Ctrl
+
K
User Guide
API reference
Building from source
Development
Release notes
Learn
More
NEPs
GitHub
User Guide
API reference
Building from source
Development
Release notes
Learn
NEPs
GitHub
Section Navigation
NumPy’s module structure
Array objects
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 and objects by topic
Typing (
numpy.typing
)
Packaging (
numpy.distutils
)
NumPy C-API
Array API standard compatibility
CPU/SIMD optimizations
Thread Safety
Global Configuration Options
NumPy security
Status of
numpy.distutils
and migration advice
numpy.distutils
user guide
NumPy and SWIG
NumPy reference
numpy.ufunc
numpy.ufunc.__call__
numpy.ufunc.__call__
#
method
ufunc.
__call__
(
*
args
,
**
kwargs
)
#
Call self as a function.
On this page
ufunc.__call__