Skip to content

Commit

Permalink
Merge pull request #140 from Marco-Congedo/dev
Browse files Browse the repository at this point in the history
fixed docs
  • Loading branch information
Marco-Congedo authored Jan 3, 2021
2 parents 3148543 + 1eaf8cd commit 750794d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/MainModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ Matrix(X')

- here is how to get an `Hermitian` matrix out of the diagonal part of an `Hermitian` matrix H:

```julia
Hermitian(Matrix(Diagonal(H)))
```
```julia
Hermitian(Matrix(Diagonal(H)))
```

- here is how to get a `LowerTriangular` matrix out of an `Hermitian` matrix H:

Expand Down

0 comments on commit 750794d

Please sign in to comment.