Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ non-weaving pattern matrices with \\(\{1, 2, \dots, 7\}\\)-entries.
|
|
| 29 |
|
| 30 |
Each matrix is stored on a single line in row-major format. For instance,
|
| 31 |
|
| 32 |
-
`
|
| 33 |
|
| 34 |
Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
Each matrix is stored on a single line in row-major format. For instance,
|
| 31 |
|
| 32 |
+
`[ 3, 5, 4, 2, 6, 7, 7, 5, 6, 1, 4, 3, 6, 4, 1, 5, 7, 2, 6, 3, 1, 5, 7, 2, 2, 3, 1, 4, 7, 6, 2, 3, 4, 1, 7, 5, 2, 3, 4, 1, 6, 5 ]`.
|
| 33 |
|
| 34 |
Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
|
| 35 |
|