numerica
Basic numerical algorithms in c++
IMPORTANT: This project have been migrated to GitHub (https://github.com/krvajalmiguelangel/libnumerica)
To use this or leave feedback, please visit github site instead.
numerica implements some of the basic
numerical algorithms about root-finding, interpolation, system of linear equations, integration, and ordinary differential equations. The aim is to be simple, code-readable and generic. New features of the recently approved c++11 are used.