Added vector_dims [skip ci]

This commit is contained in:
Andrew Kane
2024-10-13 18:46:09 -07:00
parent 98deaa7407
commit 9514a7ffcd
5 changed files with 24 additions and 0 deletions

View File

@@ -967,6 +967,7 @@ inner_product(intvec, intvec) → double precision | inner product | 0.8.0
l1_distance(intvec, intvec) → double precision | taxicab distance | 0.8.0
l2_distance(intvec, intvec) → double precision | Euclidean distance | 0.8.0
l2_norm(intvec) → double precision | Euclidean norm | 0.8.0
vector_dims(intvec) → integer | number of dimensions | 0.8.0
### Bit Type