Skip to content

Commit

Permalink
fix LaTeX in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Nov 1, 2023
1 parent 3d8dc38 commit 4486aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ginkgo/core/matrix/scaled_permutation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace matrix {
/**
* ScaledPermutation is a matrix combining a permutation with scaling factors.
* It is a combination of Diagonal and Permutation, and can be read as
* $SP = P \pdot S$, i.e. the scaling gets applied before the permutation.
* $SP = P \cdot S$, i.e. the scaling gets applied before the permutation.
*
* @tparam IndexType index type of permutation indices
* @tparam ValueType value type of the scaling factors
Expand Down

0 comments on commit 4486aca

Please sign in to comment.