Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzgoebel committed Sep 16, 2022
1 parent ee24e2b commit 611a64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ginkgo/core/reorder/mc64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ enum class reordering_strategy { max_diagonal_product, max_diagonal_sum };
* sparse matrix. This approach can increase numerical stability of e.g.
* an LU factorization without pivoting. Under the assumption of working
* on a nonsingular square matrix, the algorithm computes a minimum weight
* extreme matching on a weighted edge bipartite graph of the matrix. It is
* perfect matching on a weighted edge bipartite graph of the matrix. It is
* described in detail in "On Algorithms for Permuting Large Entries to the
* Diagonal of a Sparse Matrix" (Duff, Koster, 2001). There are two strategies
* for choosing the weights supported:
Expand Down

0 comments on commit 611a64d

Please sign in to comment.