Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / source / reference / routines.dual.rst
Size: Mime:
Optionally Scipy-accelerated routines (:mod:`numpy.dual`)
*********************************************************

.. automodule:: numpy.dual

Linear algebra
--------------

.. currentmodule:: numpy.linalg

.. autosummary::

   cholesky
   det
   eig
   eigh
   eigvals
   eigvalsh
   inv
   lstsq
   norm
   pinv
   solve
   svd

FFT
---

.. currentmodule:: numpy.fft

.. autosummary::

   fft
   fft2
   fftn
   ifft
   ifft2
   ifftn

Other
-----

.. currentmodule:: numpy

.. autosummary::

   i0