42 #ifndef THYRA_MULTI_VECTOR_STD_OPS_TESTER_DECL_HPP 43 #define THYRA_MULTI_VECTOR_STD_OPS_TESTER_DECL_HPP 45 #include "Thyra_OperatorVectorTypes.hpp" 46 #include "Thyra_TestingTools.hpp" 47 #include "Teuchos_StandardMemberCompositionMacros.hpp" 56 template <
class Scalar>
61 typedef typename Teuchos::ScalarTraits<Scalar>::magnitudeType
ScalarMag;
77 ,
const int num_mv_cols = 4
93 ,std::ostream *out = 0
94 ,
const bool &dumpAll =
false 101 #endif // THYRA_MULTI_VECTOR_STD_OPS_TESTER_DECL_HPP MultiVectorStdOpsTester(const ScalarMag &warning_tol=0, const ScalarMag &error_tol=0, const int num_mv_cols=4)
Testing class that tests all of the standard vector operations defined in ??? using an arbitrary vect...
Abstract interface for objects that represent a space for vectors.
bool checkStdOps(const VectorSpaceBase< Scalar > &vecSpc, std::ostream *out=0, const bool &dumpAll=false)
Run the tests using a vector space.
Teuchos::ScalarTraits< Scalar >::magnitudeType ScalarMag
STANDARD_MEMBER_COMPOSITION_MEMBERS(ScalarMag, warning_tol)
Set the maximum relative error before a warning is generated.