You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/user_interface/decompositions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ These functions return the diagonal elements of `D` in a vector.
62
62
Finally, it is also possible to compute a partial or truncated eigenvalue decomposition, using the [`eig_trunc`](@ref) and [`eigh_trunc`](@ref) functions.
63
63
To control the behavior of the truncation, we refer to [Truncations](@ref) for more information.
64
64
65
-
### Symmetric Eigenvalue Decomposition
65
+
### Hermitian or Real Symmetric Eigenvalue Decomposition
66
66
67
-
For symmetric matrices, we provide the following functions:
67
+
For hermitian matrices, thus including real symmetric matrices, we provide the following functions:
68
68
69
69
```@docs; canonical=false
70
70
eigh_full
@@ -77,7 +77,7 @@ eigh_vals
77
77
By default, MatrixAlgebraKit applies a gauge fixing convention to ensure reproducible results.
78
78
See [Gauge choices](@ref sec_gaugefix) for more details.
79
79
80
-
The following algorithms are available for the symmetric eigenvalue decomposition:
80
+
The following algorithms are available for the hermitian eigenvalue decomposition:
81
81
82
82
```@autodocs; canonical=false
83
83
Modules = [MatrixAlgebraKit]
@@ -99,7 +99,7 @@ eig_vals
99
99
By default, MatrixAlgebraKit applies a gauge fixing convention to ensure reproducible results.
100
100
See [Gauge choices](@ref sec_gaugefix) for more details.
101
101
102
-
The following algorithms are available for the non-Hermitian eigenvalue decomposition:
102
+
The following algorithms are available for the standard eigenvalue decomposition:
0 commit comments