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