Numerical analysis algorithms in C++
Numerical analysis algorithms in C++

This repository contains some basic numerical analysis algorithms implemented in C++. More specifically, the following techniques were implemented:

Numerical integration methods have built-in support for OpenMP. Compile the package with the -fopenmp flag in order to use it.