Update README.md
Browse files
README.md
CHANGED
@@ -31,4 +31,6 @@ v = torch.rand(mat.shape[1])
|
|
31 |
w = mat @ v
|
32 |
|
33 |
assert(w.shape == v.shape)
|
34 |
-
```
|
|
|
|
|
|
31 |
w = mat @ v
|
32 |
|
33 |
assert(w.shape == v.shape)
|
34 |
+
```
|
35 |
+
|
36 |
+
Some more information is in [https://github.com/sashayd/mat](https://github.com/sashayd/mat)
|