Optionally Scipy-accelerated routines (numpy.dual)

Optionally Scipy-accelerated routines (numpy.dual)

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.

Linear algebra

cholesky(a) Cholesky decomposition.
登录查看完整内容