Expand description
Vector representations for use in high dimensional vector spaces.
Modules§
Traits§
- Distance
- The trait for types supporting the calculation of distance
- Dot
- The trait for types supporting the calculation of the dot product
- Vector
- The base trait for vector types, covering comparisons, basic numeric operations, and the dot product.
- Vector
Assign - The trait for
Vector
types which also implement assignment operators. - Vector
Assign Ops - The trait for vector types implementing numeric assignment operators (like
+ =
). - Vector
Assign Ref - The trait for
VectorAssign
types which also implement assignment operations taking the second operand by reference. - Vector
Ops - The trait for vector types implementing basic numeric operations.
- Vector
Ref - The trait for
Vector
types which also implement numeric operations