NumCpp  2.1.0
A C++ implementation of the Python Numpy library
Roots.hpp
Go to the documentation of this file.
1 #pragma once
30 
32 #include "NumCpp/Roots/Brent.hpp"
33 #include "NumCpp/Roots/Dekker.hpp"
34 #include "NumCpp/Roots/Newton.hpp"
35 #include "NumCpp/Roots/Secant.hpp"
Secant.hpp
Bisection.hpp
Dekker.hpp
Newton.hpp
Brent.hpp