~vcs-imports/scipy/numpy-docs

« back to all changes in this revision

Viewing changes to source/reference/routines.dual.rst

  • Committer: ptvirtan
  • Date: 2008-10-26 17:57:55 UTC
  • Revision ID: vcs-imports@canonical.com-20081026175755-265j4vcbtj2wk6iq
Import initial version of Numpy documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Optionally Scipy-accelerated routines (:mod:`numpy.dual`)
 
2
*********************************************************
 
3
 
 
4
.. automodule:: numpy.dual
 
5
 
 
6
Linear algebra
 
7
--------------
 
8
 
 
9
.. currentmodule:: numpy.linalg
 
10
 
 
11
.. autosummary::
 
12
 
 
13
   cholesky
 
14
   det
 
15
   eig
 
16
   eigh
 
17
   eigvals
 
18
   eigvalsh
 
19
   inv
 
20
   lstsq
 
21
   norm
 
22
   pinv
 
23
   solve
 
24
   svd
 
25
 
 
26
FFT
 
27
---
 
28
 
 
29
.. currentmodule:: numpy.fft
 
30
 
 
31
.. autosummary::
 
32
 
 
33
   fft
 
34
   fft2
 
35
   fftn
 
36
   ifft
 
37
   ifft2
 
38
   ifftn
 
39
 
 
40
Other
 
41
-----
 
42
 
 
43
.. currentmodule:: numpy
 
44
 
 
45
.. autosummary::
 
46
 
 
47
   i0
 
48