10#ifndef THYRA_MULTI_VECTOR_STD_OPS_TESTER_DECL_HPP
11#define THYRA_MULTI_VECTOR_STD_OPS_TESTER_DECL_HPP
13#include "Thyra_OperatorVectorTypes.hpp"
14#include "Thyra_TestingTools.hpp"
24template <
class Scalar>
45 ,
const int num_mv_cols = 4
61 ,std::ostream *out = 0
62 ,
const bool &dumpAll =
false
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.
MultiVectorStdOpsTester(const ScalarMag &warning_tol=0, const ScalarMag &error_tol=0, const int num_mv_cols=4)
STANDARD_MEMBER_COMPOSITION_MEMBERS(int, num_mv_cols)
Set the number of columns to use to create test MultiVectorBase objects.
Teuchos::ScalarTraits< Scalar >::magnitudeType ScalarMag
STANDARD_MEMBER_COMPOSITION_MEMBERS(ScalarMag, warning_tol)
Set the maximum relative error before a warning is generated.
Abstract interface for objects that represent a space for vectors.