From 9f37dac2544be1bc9ac9c1ad771623d4828668e2 Mon Sep 17 00:00:00 2001 From: Luc Berger Date: Tue, 31 Jan 2023 15:38:28 -0700 Subject: [PATCH] Merge pull request #1659 from kliegeois/fix_documentation_typo Fix an error in Krylov Handle documentation (cherry picked from commit 03180cdf1f9f096bb7929852b52fdfd289302d4e) --- batched/sparse/src/KokkosBatched_Krylov_Handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batched/sparse/src/KokkosBatched_Krylov_Handle.hpp b/batched/sparse/src/KokkosBatched_Krylov_Handle.hpp index aff0219175..2ea489d307 100644 --- a/batched/sparse/src/KokkosBatched_Krylov_Handle.hpp +++ b/batched/sparse/src/KokkosBatched_Krylov_Handle.hpp @@ -114,7 +114,7 @@ class KrylovHandle { Kokkos::deep_copy(first_index, first_index_host); Kokkos::deep_copy(last_index, last_index_host); - // Default Classical GS + // Default modified GS ortho_strategy = 1; scratch_pad_level = 0; compute_last_residual = true;