Declarses a class for functions that are the inverse of some analytical function. More...
#include "../../Core/Functions.h"
#include "../../Core/InterpSolutionIterator.h"
#include <gsl/gsl_roots.h>
Go to the source code of this file.
Classes | |
class | InverseFunction |
The invrse of an existing function. More... | |
Declarses a class for functions that are the inverse of some analytical function.
Inversion is performed numerically.
Definition in file InverseFunction.h.