Added concatenate operator for vectors

This commit is contained in:
Andrew Kane
2024-03-17 15:49:38 -07:00
parent b64a1482d9
commit ece6ed7a0d
7 changed files with 57 additions and 0 deletions

View File

@@ -682,6 +682,7 @@ Operator | Description | Added
\+ | element-wise addition |
\- | element-wise subtraction |
\* | element-wise multiplication | 0.5.0
\|\| | concatenate | 0.7.0
<-> | Euclidean distance |
<#> | negative inner product |
<=> | cosine distance |