Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
b62fa01e
Commit
b62fa01e
authored
12 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
take out the details of kwant.linalg from the reference
parent
ca70eb36
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/source/reference/kwant.linalg.lapack.rst
+0
-6
0 additions, 6 deletions
doc/source/reference/kwant.linalg.lapack.rst
doc/source/reference/kwant.linalg.rst
+6
-37
6 additions, 37 deletions
doc/source/reference/kwant.linalg.rst
with
6 additions
and
43 deletions
doc/source/reference/kwant.linalg.lapack.rst
deleted
100644 → 0
+
0
−
6
View file @
ca70eb36
:mod:`kwant.linalg.lapack` -- Low-level access to LAPACK functions
==================================================================
.. automodule:: kwant.linalg.lapack
:members:
:undoc-members:
This diff is collapsed.
Click to expand it.
doc/source/reference/kwant.linalg.rst
+
6
−
37
View file @
b62fa01e
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment