From f06d48636315cb7879b1d77fca1f0f4b5aabdc6c Mon Sep 17 00:00:00 2001 From: Marko Kabic Date: Sat, 24 Oct 2020 15:06:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe77b7..ccd24b0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Thanks to its scalapack wrappers, scalapack users do not need to change their co ## Features COSTA has the following features: -- **scale, shuffle \& reshuffle:** apart from reshuffling, can also transpose, scale, reshuffle and sum initial and final layouts: +- **scale, transpose \& reshuffle:** apart from redistribution, can also transpose, scale and sum initial and final layouts: ``` sub(B) = beta * sub(B) + alpha * sub(op(A)) ; op=N, T or C; sub = submatrix ```