Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 336 Bytes

File metadata and controls

6 lines (5 loc) · 336 Bytes

#Overview 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 new standard c++11 are used.

#Authors