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 implementing Computational Basis Transforms - a unified framework for understanding how FFT, logarithmic arithmetic, and Bayesian inference are all instances of the same pattern.
A deep dive into sparse spatial hash grids—a memory-efficient, high-performance C++20 data structure for N-dimensional spatial indexing with O(1) insertions and O(k) neighbor queries.