Expand description
Numerical algorithms for improved accuracy and stability.
This module provides algorithms that enhance numerical precision beyond standard floating-point operations.
§Available Algorithms
neumaier_sum: Compensated summation algorithm for accurate sums of floating-point numbersl2_norm: L2 norm using BLAS/LAPACK-style incremental scaling
Modules§
- l2_norm
- L2 norm using BLAS/LAPACK-style incremental scaling.
- neumaier_
sum - Neumaier compensated summation algorithm for accurate floating-point sums.