Skip to content
Snippets Groups Projects
Commit b62fa01e authored by Christoph Groth's avatar Christoph Groth
Browse files

take out the details of kwant.linalg from the reference

parent ca70eb36
No related branches found
No related tags found
No related merge requests found
:mod:`kwant.linalg.lapack` -- Low-level access to LAPACK functions
==================================================================
.. automodule:: kwant.linalg.lapack
:members:
:undoc-members:
......@@ -3,41 +3,10 @@
.. module:: kwant.linalg
LU decomposition
----------------
.. autosummary::
:toctree: generated/
This package wraps some selected LAPACK functionality not available via NumPy
and also contains a Python-wrapper for MUMPS. It is meant for internal use by
kwant itself, but of course nothing prevents you from using it directly.
lu_factor
lu_solve
rcond_from_lu
Schur decomposition
-------------------
.. autosummary::
:toctree: generated/
convert_r2c_gen_schur
convert_r2c_schur
evecs_from_gen_schur
evecs_from_schur
gen_schur
order_gen_schur
order_schur
schur
Eigendecomposition
------------------
.. autosummary::
:toctree: generated/
gen_eig
Submodules
----------
.. toctree::
:maxdepth: 1
kwant.linalg.lapack
The documentation of this package is not included here on purpose in order not
to add too many things to this reference. Please consult the source code
directly.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment