gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-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.25.1) at 2025年09月11日 02:56:46 +0000

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