STORMM Source Documentation
|
This is the complete list of members for stormm::testing::Approx, including all inherited members.
Approx(const std::vector< T > &values_in, ComparisonType style_in=ComparisonType::ABSOLUTE, double tol_in=1.0e-6) | stormm::testing::Approx | |
Approx(double value_in, ComparisonType style_in=ComparisonType::ABSOLUTE, double tol_in=1.0e-6) | stormm::testing::Approx | |
Approx(double value_in, double tol_in, ComparisonType style_in=ComparisonType::ABSOLUTE) (defined in stormm::testing::Approx) | stormm::testing::Approx | |
getMargin() const | stormm::testing::Approx | |
getStyle() const | stormm::testing::Approx | |
getTol() const (defined in stormm::testing::Approx) | stormm::testing::Approx | |
getTolerance() const (defined in stormm::testing::Approx) | stormm::testing::Approx | |
getValue() const | stormm::testing::Approx | |
getValues() const | stormm::testing::Approx | |
margin(double dtol_in) const | stormm::testing::Approx | |
setMargin(double dtol_in) | stormm::testing::Approx | |
setTol(double dtol_in) (defined in stormm::testing::Approx) | stormm::testing::Approx | |
setTolerance(double dtol_in) (defined in stormm::testing::Approx) | stormm::testing::Approx | |
setValue(double value_in) | stormm::testing::Approx | |
setValue(double value_in, size_t index) (defined in stormm::testing::Approx) | stormm::testing::Approx | |
setValues(const std::vector< double > &values_in) (defined in stormm::testing::Approx) | stormm::testing::Approx | |
size() const | stormm::testing::Approx | |
test(const double test_value) const | stormm::testing::Approx | |
test(const std::vector< T > &test_values) const | stormm::testing::Approx | |
tol(double dtol_in) const (defined in stormm::testing::Approx) | stormm::testing::Approx | |
tolerance(double dtol_in) const (defined in stormm::testing::Approx) | stormm::testing::Approx | |
~Approx()=default | stormm::testing::Approx |