Exception class, that stores boundaries for 1D root finding.
More...
|
| NoRoot1d (double x_min, double x_max, double wert_min, double wert_max) |
| construct More...
|
|
void | display () const |
| display left and right boundary on std::cerr More...
|
|
char const * | what () const throw () |
| what string More...
|
|
Exception class, that stores boundaries for 1D root finding.
◆ NoRoot1d()
dg::NoRoot1d::NoRoot1d |
( |
double |
x_min, |
|
|
double |
x_max, |
|
|
double |
wert_min, |
|
|
double |
wert_max |
|
) |
| |
|
inline |
construct
- Parameters
-
x_min | left boundary |
x_max | right boundary |
wert_min | value at left boundary |
wert_max | value at right boundary |
◆ display()
void dg::NoRoot1d::display |
( |
| ) |
const |
|
inline |
display left and right boundary on std::cerr
◆ what()
char const * dg::NoRoot1d::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: