Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Feb 4, 2020
1 parent eb05465 commit 1453ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ or adapted from other sources.
*Caveats:* The code in this repository has not been fully optimized,
does not run in parallel,
and it only works on dense square real symmetric matrices.
However it is reasonably short, simple,
However it is reasonably
[short, simple](include/jacobi.hpp),
[fast](benchmarks/README.md) and
[reliable](.travis.yml).
You can do anything you like with this code.
Expand Down Expand Up @@ -81,7 +82,7 @@ eigen_calc.Diagonalize(M, evals, evects);
[![benchmarks](benchmarks/benchmarks.png)](benchmarks/README.md)
[***(details here...)***](benchmarks/README.md).
[***(details here...)***](benchmarks/README.md)
## Installation
Expand Down

0 comments on commit 1453ce4

Please sign in to comment.