NumCpp  2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Roots.hpp
Go to the documentation of this file.
1 #pragma once
29 
31 #include "NumCpp/Roots/Brent.hpp"
32 #include "NumCpp/Roots/Dekker.hpp"
33 #include "NumCpp/Roots/Newton.hpp"
34 #include "NumCpp/Roots/Secant.hpp"
Secant.hpp
Bisection.hpp
Dekker.hpp
Newton.hpp
Brent.hpp