Expand description
SIMD-accelerated linear algebra operations for high-performance computing.
This module provides vectorized implementations of core matrix and vector operations using SIMD intrinsics for maximum performance on modern CPUs.
Functionsยง
- axpy_
simd - Fallback AXPY implementation
- dot_
product_ simd - Fallback dot product implementation
- matrix_
vector_ multiply_ simd - Fallback implementation for when SIMD is not available
- parallel_
matrix_ vector_ multiply - Fallback parallel implementation