summaryrefslogtreecommitdiff
path: root/trunk/source/reference/routines.linalg.rst
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/reference/routines.linalg.rst')
-rw-r--r--trunk/source/reference/routines.linalg.rst67
1 files changed, 0 insertions, 67 deletions
diff --git a/trunk/source/reference/routines.linalg.rst b/trunk/source/reference/routines.linalg.rst
deleted file mode 100644
index 595b02744..000000000
--- a/trunk/source/reference/routines.linalg.rst
+++ /dev/null
@@ -1,67 +0,0 @@
-.. _routines.linalg:
-
-Linear algebra (:mod:`numpy.linalg`)
-************************************
-
-.. currentmodule:: numpy
-
-Matrix and vector products
---------------------------
-.. autosummary::
- :toctree: generated/
-
- dot
- vdot
- inner
- outer
- tensordot
- linalg.matrix_power
- kron
-
-Decompositions
---------------
-.. autosummary::
- :toctree: generated/
-
- linalg.cholesky
- linalg.qr
- linalg.svd
-
-Matrix eigenvalues
-------------------
-.. autosummary::
- :toctree: generated/
-
- linalg.eig
- linalg.eigh
- linalg.eigvals
- linalg.eigvalsh
-
-Norms and other numbers
------------------------
-.. autosummary::
- :toctree: generated/
-
- linalg.norm
- linalg.cond
- linalg.det
- trace
-
-Solving equations and inverting matrices
-----------------------------------------
-.. autosummary::
- :toctree: generated/
-
- linalg.solve
- linalg.tensorsolve
- linalg.lstsq
- linalg.inv
- linalg.pinv
- linalg.tensorinv
-
-Exceptions
-----------
-.. autosummary::
- :toctree: generated/
-
- linalg.LinAlgError