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.