Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
BelosMVOPTester.hpp File Reference

Test routines for MultiVecTraits and OperatorTraits conformity. More...

#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosMultiVecTraits.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_SetScientific.hpp"
#include "Teuchos_SerialDenseHelpers.hpp"
Include dependency graph for BelosMVOPTester.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Belos
 

Functions

template<class ScalarType , class MV >
bool Belos::TestMultiVecTraits (const Teuchos::RCP< OutputManager< ScalarType > > &om, const Teuchos::RCP< const MV > &A)
 Test correctness of a MultiVecTraits specialization and multivector implementation. More...
 
template<class ScalarType , class MV , class OP >
bool Belos::TestOperatorTraits (const Teuchos::RCP< OutputManager< ScalarType > > &om, const Teuchos::RCP< const MV > &A, const Teuchos::RCP< const OP > &M)
 Test correctness of OperatorTraits specialization and its operator implementation. More...
 

Detailed Description

Test routines for MultiVecTraits and OperatorTraits conformity.

Definition in file BelosMVOPTester.hpp.