User Guide
API reference
Development
Release notes
Learn
1.24
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.