December 17, 2025
Numerical Recipes: The Art of Scientific Computing
Notes
Broad coverage of numerical algorithms in science and engineering. Classic cross-topic numerical algorithms.
Browse posts by tag
Broad coverage of numerical algorithms in science and engineering. Classic cross-topic numerical algorithms.
A C++17 header-only library that formalizes a pattern behind FFT, logarithmic arithmetic, and Bayesian inference: transform to a domain where your target operation is cheap.
A C++20 sparse spatial hash grid for N-dimensional spatial indexing with O(1) insertions, O(k) neighbor queries, and 60,000x memory reduction over dense grids.