Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Jun 26, 2024
1 parent a14c93b commit 5c8b9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/more/related.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Related projects
**Einstein-inspired notation:** Tensor operations are invoked by specifying a string of axis names. All axes are explicitly named.
The *lifetime* of an axis name is delimited by a single operation.

* `einsum <https://numpy.org/doc/stable/reference/generated/numpy.einsum.html>`_: General dot-product.
* `einops <https://github.com/arogozhnikov/einops>`_: General dot-product, rearranging, reduction.
* `einsum <https://numpy.org/doc/stable/reference/generated/numpy.einsum.html>`_: Dot-product, rearranging, trace/diag, sum-reduction.
* `einops <https://github.com/arogozhnikov/einops>`_: Dot-product, rearranging, trace/diag, reduction.
* `eindex <https://github.com/arogozhnikov/eindex>`_: Indexing.
* `einindex <https://github.com/malmaud/einindex>`_: Indexing.
* `einshape <https://github.com/google-deepmind/einshape>`_: Rearranging.
Expand Down

0 comments on commit 5c8b9f0

Please sign in to comment.