Skip to content

Commit 910b6da

Browse files
committed
add a link to readme
1 parent 27c605b commit 910b6da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ This package's macros `@cast`, `@reduce` and `@matmul` instead write everything
107107
whole-array operations (like `reshape`, `permutedims` and broadcasting).
108108

109109
For those who speak Python, `@cast` and `@reduce` allow similar operations to
110+
[`einshape`](https://github.com/deepmind/einshape) or
110111
[`einops`](https://github.com/arogozhnikov/einops) (minus the cool video, but plus broadcasting)
111-
while `@ein`, `@tensor` and `@matmul` are closer to [`einsum`](https://numpy.org/doc/stable/reference/generated/numpy.einsum.html).
112+
while `@matmul` and (from other packages) `@ein`, `@tensor` are closer to [`einsum`](https://numpy.org/doc/stable/reference/generated/numpy.einsum.html).
112113

113114
## About
114115

0 commit comments

Comments
 (0)