diff --git a/docs/source/more/related.rst b/docs/source/more/related.rst index 99a8685..9f5d60a 100644 --- a/docs/source/more/related.rst +++ b/docs/source/more/related.rst @@ -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 `_: General dot-product. -* `einops `_: General dot-product, rearranging, reduction. +* `einsum `_: Dot-product, rearranging, trace/diag, sum-reduction. +* `einops `_: Dot-product, rearranging, trace/diag, reduction. * `eindex `_: Indexing. * `einindex `_: Indexing. * `einshape `_: Rearranging.