Chebyshev
Unit testing for scientific software
|
This is the complete list of members for chebyshev::prec::prec_context, including all inherited members.
equals(const std::string &name, const Type &evaluated, const Type &expected, equation_options< Type > opt=equation_options< Type >()) | chebyshev::prec::prec_context | inline |
equals(const std::string &name, const Type &evaluated, const Type &expected, long double tolerance, DistanceFunction< Type > distance, bool quiet=false) | chebyshev::prec::prec_context | inline |
equals(const std::string &name, long double evaluated, long double expected, long double tolerance=get_nan(), bool quiet=false) | chebyshev::prec::prec_context | inline |
equals(const std::string &name, std::vector< std::array< Type, 2 > > values, long double tolerance=get_nan(), bool quiet=false) | chebyshev::prec::prec_context | inline |
estimate(const std::string &name, Function1 funcApprox, Function2 funcExpected, estimate_options< R, Args... > opt) | chebyshev::prec::prec_context | inline |
estimate(const std::string &name, Function1 funcApprox, Function2 funcExpected, std::vector< interval > domain, long double tolerance, unsigned int iterations, FailFunction fail, Estimator< R, Args... > estimator, bool quiet=false) | chebyshev::prec::prec_context | inline |
estimate(const std::string &name, EndoFunction< double > funcApprox, EndoFunction< double > funcExpected, interval domain, long double tolerance=get_nan(), unsigned int iterations=0, FailFunction fail=fail::fail_on_max_err(), Estimator< double, double > estimator=estimator::quadrature1D< double >(), bool quiet=false) | chebyshev::prec::prec_context | inline |
get_equation(const std::string &name) | chebyshev::prec::prec_context | inline |
get_equation(const std::string &name, unsigned int i) | chebyshev::prec::prec_context | inline |
get_estimate(const std::string &name) | chebyshev::prec::prec_context | inline |
get_estimate(const std::string &name, unsigned int i) | chebyshev::prec::prec_context | inline |
homogeneous(const std::string &name, Homogeneous hom, const estimate_options< InputType, OutputType > &opt, OutputType zero_element=OutputType(0.0)) | chebyshev::prec::prec_context | inline |
idempotence(const std::string &name, Involution idem, const estimate_options< Type, Type > &opt) | chebyshev::prec::prec_context | inline |
identity(const std::string &name, Identity id, const estimate_options< Type, Type > &opt) | chebyshev::prec::prec_context | inline |
involution(const std::string &name, Involution invol, const estimate_options< Type, Type > &opt) | chebyshev::prec::prec_context | inline |
operator=(const prec_context &other) | chebyshev::prec::prec_context | inline |
output | chebyshev::prec::prec_context | |
prec_context(const std::string &moduleName, int argc, const char **argv) | chebyshev::prec::prec_context | inline |
prec_context(const prec_context &other) | chebyshev::prec::prec_context | inline |
random | chebyshev::prec::prec_context | |
settings | chebyshev::prec::prec_context | |
setup(const std::string &moduleName, int argc=0, const char **argv=nullptr) | chebyshev::prec::prec_context | inline |
terminate(bool exit=false) | chebyshev::prec::prec_context | inline |
wait_results() | chebyshev::prec::prec_context | inline |
~prec_context() | chebyshev::prec::prec_context | inline |