Expand description
Utility functions for vector operations.
All functions in this module are SIMD-accelerated when available (AVX2 on x86_64, NEON on aarch64). Runtime feature detection ensures automatic fallback to scalar implementations on systems without SIMD support.
Functionsยง
- batch_
cosine_ similarity - Stable: external consumers may depend on this; breaking changes require a SemVer bump.
- batch_
dot_ product - Stable: external consumers may depend on this; breaking changes require a SemVer bump.
- cosine_
similarity - Stable: external consumers may depend on this; breaking changes require a SemVer bump.
- dot_
product - Stable: external consumers may depend on this; breaking changes require a SemVer bump.
- euclidean_
distance - Stable: external consumers may depend on this; breaking changes require a SemVer bump.
- normalize
- Stable: external consumers may depend on this; breaking changes require a SemVer bump.