module documentation

Deprecated since version 1.20.

This module is deprecated. Instead of importing functions from numpy.dual, the functions should be imported directly from NumPy or SciPy.

Aliases for functions which may be accelerated by SciPy.

SciPy can be built to use accelerated or otherwise improved libraries for FFTs, linear algebra, and special functions. This module allows developers to transparently support these accelerated functions when SciPy is available but still support users who have only installed NumPy.

Function register​_func Undocumented
Function restore​_all Undocumented
Function restore​_func Undocumented
Variable ​_restore​_dict Undocumented
def register_func(name, func):

Undocumented

def restore_all():

Undocumented

def restore_func(name):

Undocumented

_restore_dict: dict =

Undocumented