Functions | |
| const char * | Thyra::passfail (bool pass) |
| Return "passed" or "failed". | |
| template<class Scalar> | |
| Teuchos::ScalarTraits< Scalar >::magnitudeType | Thyra::relErr (const Scalar &s1, const Scalar &s2) |
| Return relative error of two scalars. | |
| template<class Scalar> | |
| bool | Thyra::testRelErr (const std::string &v1_name, const Scalar &v1, const std::string &v2_name, const Scalar &v2, const std::string &maxRelErr_error_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_error, const std::string &maxRelErr_warning_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_warning, std::ostream *out, const std::string &leadingIndent=std::string("")) |
| Compute, check and optionally print the relative error in two scalars. | |
| template<class Scalar1, class Scalar2, class ScalarMag> | |
| bool | Thyra::testRelErrors (const int num_scalars, const std::string &v1_name, const Scalar1 v1[], const std::string &v2_name, const Scalar2 v2[], const std::string &maxRelErr_error_name, const ScalarMag &maxRelErr_error, const std::string &maxRelErr_warning_name, const ScalarMag &maxRelErr_warning, std::ostream *out, const std::string &leadingIndent=std::string("")) |
| Compute, check and optionally print the relative errors in two scalar arays. | |
| template<class Scalar> | |
| bool | Thyra::testMaxErr (const std::string &error_name, const Scalar &error, const std::string &max_error_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &max_error, const std::string &max_warning_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &max_warning, std::ostream *out, const std::string &leadingIndent=std::string("")) |
| Check that an error is less than some error tolerence. | |
| template<class Scalar> | |
| bool | Thyra::testMaxErrors (const int num_scalars, const std::string &error_name, const Scalar error[], const std::string &max_error_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &max_error, const std::string &max_warning_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &max_warning, std::ostream *out, const std::string &leadingIndent=std::string("")) |
| Check that an array of errors is less than some error tolerence. | |
| bool | Thyra::testBoolExpr (const std::string &boolExprName, const bool &boolExpr, const bool &boolExpected, std::ostream *out, const std::string &leadingIndent=std::string("")) |
| Check a boolean result against expected result. | |
| template<class Scalar> | |
| std::ostream & | Thyra::operator<< (std::ostream &o, const VectorBase< Scalar > &v) |
Output operator to pretty print any Thyra::VectorBase object. | |
| template<class Scalar> | |
| std::ostream & | Thyra::operator<< (std::ostream &o, const LinearOpBase< Scalar > &M) |
Output operator to pretty print any Thyra::LinearOpBase object. | |
|
|
Return "passed" or "failed".
Definition at line 50 of file Thyra_TestingToolsDecl.hpp. |
|
||||||||||||||||
|
Return relative error of two scalars. ToDo: Finish documentation! Definition at line 70 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Compute, check and optionally print the relative error in two scalars. ToDo: Finish documentation! Definition at line 83 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Compute, check and optionally print the relative errors in two scalar arays.
Definition at line 119 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||||||||||||||||||||||||||
|
Check that an error is less than some error tolerence. ToDo: Finish documentation! Definition at line 166 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Check that an array of errors is less than some error tolerence.
Definition at line 197 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||||||||||
|
Check a boolean result against expected result. ToDo: Finish documentation!
Definition at line 31 of file Thyra_TestingTools.cpp. |
|
||||||||||||||||
|
Output operator to pretty print any ToDo: Finish documentation! Definition at line 242 of file Thyra_TestingTools.hpp. |
|
||||||||||||||||
|
Output operator to pretty print any
Calls Definition at line 248 of file Thyra_TestingTools.hpp. |
1.3.9.1