|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Thyra_LinearOpTester_def.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
Static Public Member Functions | |
| static void | checkSymmetry (const LinearOpBase< Scalar > &op, MultiVectorRandomizerBase< Scalar > *dRand, Teuchos::FancyOStream &oss, const int num_rhs, const int num_random_vectors, const Teuchos::EVerbosityLevel verbLevel, const bool dump_all, const ScalarMag &symmetry_error_tol, const ScalarMag &symmetry_warning_tol, const Ptr< bool > &these_results) |
Definition at line 46 of file Thyra_LinearOpTester_def.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Thyra::SymmetricLinearOpTester< Scalar >::ScalarMag |
Definition at line 48 of file Thyra_LinearOpTester_def.hpp.
| static void Thyra::SymmetricLinearOpTester< Scalar >::checkSymmetry | ( | const LinearOpBase< Scalar > & | op, |
| MultiVectorRandomizerBase< Scalar > * | dRand, | ||
| Teuchos::FancyOStream & | oss, | ||
| const int | num_rhs, | ||
| const int | num_random_vectors, | ||
| const Teuchos::EVerbosityLevel | verbLevel, | ||
| const bool | dump_all, | ||
| const ScalarMag & | symmetry_error_tol, | ||
| const ScalarMag & | symmetry_warning_tol, | ||
| const Ptr< bool > & | these_results | ||
| ) | [inline, static] |
Definition at line 49 of file Thyra_LinearOpTester_def.hpp.
References Thyra::apply(), Thyra::LinearOpBase< Scalar >::domain(), Thyra::NOTRANS, Thyra::passfail(), Thyra::MultiVectorRandomizerBase< Scalar >::randomize(), Thyra::LinearOpBase< Scalar >::range(), and Thyra::testRelErrors().
Referenced by Thyra::LinearOpTester< Scalar >::check().
1.7.4