Numerical Utilities

Collection of numerical utilities


A collection of numerical methods, functions, random number generators, and data structures I use in multiple projects. To be included as a git submodule. The code only depends on the C++ standard library and a C++-11 compatible compiler. However, the random number generation uses some assembly code, so is not guaranteed to work under Windows (I have not checked) and has not been tested on a RISC processor (only AMD and Intel x86_64).