#include <functional>
#include <memory>
#include <optional>
#include <string>
#include "gsl/gsl_errno.h"
#include "gsl/gsl_math.h"
#include "gsl/gsl_roots.h"
#include "logging.h"
Go to the source code of this file.
Classes | |
class | smash::RootSolver1D |
A class used for calculating the root of a one-dimensional equation. More... | |
Namespaces | |
smash | |
Variables | |
static constexpr int | smash::LRootSolver = LogArea::RootSolver::id |