Skip to main content

Module algorithms

Module algorithms 

Source
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 numbers
  • l2_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.