|
| estimate_options () |
| Construct estimate options with all default values.
|
|
| estimate_options (interval omega, Estimator_t estimator) |
| Construct estimate options from a one-dimensional interval domain and an estimator, with other fields equal to the default values.
|
|
| estimate_options (interval omega, Estimator_t estimator, long double tolerance, unsigned int iterations, bool quiet=false) |
| Construct estimate options from a one-dimensional interval domain, an estimator, a tolerance and an optional quiet flag, with other fields equal to the default values.
|
|
| estimate_options (std::vector< interval > omega, Estimator_t estimator) |
| Construct estimate options from a multidimensional interval domain and an estimator, with other fields equal to the default values.
|
|
| estimate_options (std::vector< interval > omega, Estimator_t estimator, long double tolerance, unsigned int iterations, bool quiet=false) |
| Construct estimate options from a multidimensional interval domain, an estimator, a tolerance and an optional quiet flag, with other fields equal to the default values.
|
|
template<
typename R,
typename ... Args>
class chebyshev::prec::estimate_options< R, Args >
A structure holding the options for precision estimation.