numerics
Loading...
Searching...
No Matches
analysis.hpp
Go to the documentation of this file.
1/// @file analysis/analysis.hpp
2/// @brief Umbrella include for numerical analysis routines
3#pragma once
4
6#include "analysis/roots.hpp"
Numerical integration (quadrature) on [a, b].
Root-finding methods for scalar equations f(x) = 0.