From a40e08e9d5cc34c0015deefa3eaadcb4c0de19f5 Mon Sep 17 00:00:00 2001 From: Mehdi Yazdani <49820319+yazdanimehdi@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:57:57 -0400 Subject: [PATCH] Update 02_layout_algebra.md (#1451) change line 348 to reflect correct layout. --- media/docs/cute/02_layout_algebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/cute/02_layout_algebra.md b/media/docs/cute/02_layout_algebra.md index c3f1b7f9..f9c9d2fb 100644 --- a/media/docs/cute/02_layout_algebra.md +++ b/media/docs/cute/02_layout_algebra.md @@ -345,7 +345,7 @@ That is, the complement `R` of a layout `A` with respect to an integer `M` satis * `complement((2,4):(1,6), 24)` is `3:2`. Note that `((2,4),3):((1,6),2)` has cosize `24` and produces unique indices. -* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,4),(2,2)):((1,6),(2,12))` has cosize `24` and produces unique indices. +* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,2),(3,2)):((1,6),(2,12))` has cosize `24` and produces unique indices.

complement1.png