From c31776266a0854587aee48e432820e23b52fceb9 Mon Sep 17 00:00:00 2001 From: Simon Parten Date: Wed, 25 Dec 2024 22:18:33 +0100 Subject: [PATCH] . --- site/docs/_docs/examples.mdoc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/_docs/examples.mdoc.md b/site/docs/_docs/examples.mdoc.md index 1b74223..b418b31 100644 --- a/site/docs/_docs/examples.mdoc.md +++ b/site/docs/_docs/examples.mdoc.md @@ -32,6 +32,8 @@ cosineSimilarity(v1, v2) (v1(v1 <= 2)).printArr +(v1.outer(v2)).printMat + ``` And Ints. Note that the API here is more limited at the moment.