Skip to content

Commit b2059b9

Browse files
lkdvosJutho
andcommitted
Apply suggestions from code review
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
1 parent ba3595d commit b2059b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/user_interface/decompositions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ These functions return the diagonal elements of `D` in a vector.
6262
Finally, it is also possible to compute a partial or truncated eigenvalue decomposition, using the [`eig_trunc`](@ref) and [`eigh_trunc`](@ref) functions.
6363
To control the behavior of the truncation, we refer to [Truncations](@ref) for more information.
6464

65-
### Symmetric Eigenvalue Decomposition
65+
### Hermitian or Real Symmetric Eigenvalue Decomposition
6666

67-
For symmetric matrices, we provide the following functions:
67+
For hermitian matrices, thus including real symmetric matrices, we provide the following functions:
6868

6969
```@docs; canonical=false
7070
eigh_full
@@ -77,7 +77,7 @@ eigh_vals
7777
By default, MatrixAlgebraKit applies a gauge fixing convention to ensure reproducible results.
7878
See [Gauge choices](@ref sec_gaugefix) for more details.
7979

80-
The following algorithms are available for the symmetric eigenvalue decomposition:
80+
The following algorithms are available for the hermitian eigenvalue decomposition:
8181

8282
```@autodocs; canonical=false
8383
Modules = [MatrixAlgebraKit]
@@ -99,7 +99,7 @@ eig_vals
9999
By default, MatrixAlgebraKit applies a gauge fixing convention to ensure reproducible results.
100100
See [Gauge choices](@ref sec_gaugefix) for more details.
101101

102-
The following algorithms are available for the non-Hermitian eigenvalue decomposition:
102+
The following algorithms are available for the standard eigenvalue decomposition:
103103

104104
```@autodocs; canonical=false
105105
Modules = [MatrixAlgebraKit]

0 commit comments

Comments
 (0)