Belos
Version of the Day
|
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"
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... | |
Test routines for MultiVecTraits and OperatorTraits conformity.
Definition in file BelosMVOPTester.hpp.