Minor cosmetic changes in eigensystems documentation - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年03月07日 22:11:37 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年03月07日 22:11:37 +0100
commitfbdbd2ff555e3c2ad5fcb5a20893a5da42466e08 (patch)
tree7a379bf1fcfb1aa24ce4c9795d9384b3148a07ac /doc
parent12c3c108bd856fd66af573cafb07dc97d9ee46b1 (diff)
downloadgsl-shell-eigensystems.tar.gz
Minor cosmetic changes in eigensystems documentationeigensystems
Diffstat (limited to 'doc')
-rw-r--r--doc/user-manual/eigen.rst 4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user-manual/eigen.rst b/doc/user-manual/eigen.rst
index 53bc5f97..d696882a 100644
--- a/doc/user-manual/eigen.rst
+++ b/doc/user-manual/eigen.rst
@@ -32,7 +32,7 @@ Real Symmetric Matrices
The function returns::
- eigenvalues, eigenvectors = symm(A, eigen.SORT_ABS_ASC)
+ eval, evec = symm(A, eigen.SORT_ABS_ASC)
while the first eigenvalue correpsonds to the first eigenvector stored in the first column of the eigenvectors matrix.
For real symmetric matrices, the library uses the symmetric bidiagonalization and QR reduction method.
@@ -53,7 +53,7 @@ Real Nonsymmetric Matrices
This function computes eigenvalues and right eigenvectors of the n-by-n real nonsymmetric matrix A.
The computed eigenvectors are normalized to have unit magnitude. On output, the upper portion of A contains the Schur form T::
- eigenvalues, eigenvector, A = non_symm(A, eigen.SORT_ABS_ASC)
+ eval, evec, A = non_symm(A, eigen.SORT_ABS_ASC)
Complex Hermitian Matrices
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月17日 10:30:49 +0000

AltStyle によって変換されたページ (->オリジナル) /