~vcs-imports/scipy/numpy-docs

« back to all changes in this revision

Viewing changes to source/reference/routines.linalg.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
.. _routines.linalg:
 
2
 
 
3
Linear algebra (:mod:`numpy.linalg`)
 
4
************************************
 
5
 
 
6
.. currentmodule:: numpy
 
7
 
 
8
Matrix and vector products
 
9
--------------------------
 
10
.. autosummary::
 
11
   :toctree: generated/
 
12
 
 
13
   dot
 
14
   vdot
 
15
   inner
 
16
   outer
 
17
   tensordot
 
18
   linalg.matrix_power
 
19
   kron
 
20
 
 
21
Decompositions
 
22
--------------
 
23
.. autosummary::
 
24
   :toctree: generated/
 
25
 
 
26
   linalg.cholesky
 
27
   linalg.qr
 
28
   linalg.svd
 
29
 
 
30
Matrix eigenvalues
 
31
------------------
 
32
.. autosummary::
 
33
   :toctree: generated/
 
34
 
 
35
   linalg.eig
 
36
   linalg.eigh
 
37
   linalg.eigvals
 
38
   linalg.eigvalsh
 
39
 
 
40
Norms and other numbers
 
41
-----------------------
 
42
.. autosummary::
 
43
   :toctree: generated/
 
44
 
 
45
   linalg.norm
 
46
   linalg.cond
 
47
   linalg.det
 
48
   trace
 
49
 
 
50
Solving equations and inverting matrices
 
51
----------------------------------------
 
52
.. autosummary::
 
53
   :toctree: generated/
 
54
 
 
55
   linalg.solve
 
56
   linalg.tensorsolve
 
57
   linalg.lstsq
 
58
   linalg.inv
 
59
   linalg.pinv
 
60
   linalg.tensorinv
 
61
 
 
62
Exceptions
 
63
----------
 
64
.. autosummary::
 
65
   :toctree: generated/
 
66
 
 
67
   linalg.LinAlgError