Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Aug 11, 2023
1 parent 26cf7e9 commit 7390619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dlaf/eigensolver/tridiag_solver/merge.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ namespace dlaf::eigensolver::internal {
//
// pre_sorted <--- deflated
//
// 3. Sort index based on updated diagonal values in ascending order. The diagonal conatins eigenvalues
// of the deflated problem and deflated entreis from the initial diagonal
// 3. Sort index based on updated diagonal values in ascending order. The diagonal contains eigenvalues
// of the deflated problem and deflated entries from the initial diagonal
//
// deflated <--- post_sorted
//
Expand Down

0 comments on commit 7390619

Please sign in to comment.