scipy 1.8.0 Pypi GitHub Homepage
Other Docs

To remove in the future –– scipy.special.cython_special

.. highlight:: cython
    

Cython API for special functions

Scalar, typed versions of many of the functions in scipy.special can be accessed directly from Cython; the complete list is given below. Functions are overloaded using Cython fused types so their names match their Python counterpart. The module follows the following conventions:

The module is usable from Cython via:

cimport scipy.special.cython_special

Error handling

Functions can indicate an error by returning nan ; however they cannot emit warnings like their counterparts in scipy.special .

Available functions

Custom functions

Some functions in scipy.special which are not ufuncs have custom Cython wrappers.

Spherical Bessel functions

The optional derivative boolean argument is replaced with an optional Cython bint , leading to the following signatures.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/special/cython_special.cpython-39-darwin.so#None
type: <class 'module'>
Commit: