From 4486aca1703a46d1210686175c2508dcaab35cc6 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Tue, 31 Oct 2023 20:03:17 -0400 Subject: [PATCH] fix LaTeX in documentation --- include/ginkgo/core/matrix/scaled_permutation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ginkgo/core/matrix/scaled_permutation.hpp b/include/ginkgo/core/matrix/scaled_permutation.hpp index b0b5aa15f98..d4a4687feb3 100644 --- a/include/ginkgo/core/matrix/scaled_permutation.hpp +++ b/include/ginkgo/core/matrix/scaled_permutation.hpp @@ -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