Public Types | |
| typedef ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| Local typedef for promoted scalar magnitude. | |
Public Member Functions | |
| TesterBase (const RCP< const Comm< int > > &comm, const VectorSpace< Scalar > &space, int nCols, Teuchos::RCP< Teuchos::FancyOStream > &out) | |
| virtual | ~TesterBase () |
| bool | checkTest (const TestSpecifier< Scalar > &spec, const ScalarMag &err, const string &testName) const |
| void | randomizeVec (Vector< Scalar > &x) const |
| LinearOperator< Scalar > | randomDenseOp () const |
| const VectorSpace< Scalar > & | space () const |
| ostream & | out () const |
| const Comm< int > & | comm () const |
Definition at line 48 of file Thyra_TesterBase.hpp.
| typedef ScalarTraits<Scalar>::magnitudeType Thyra::TesterBase< Scalar >::ScalarMag |
Local typedef for promoted scalar magnitude.
Reimplemented in Thyra::VectorOpTester< Scalar >.
Definition at line 52 of file Thyra_TesterBase.hpp.
1.4.7