#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosMultiVecTraits.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_RCP.hpp"
Include dependency graph for BelosMVOPTester.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Functions | |
| template<class ScalarType, class MV> | |
| bool | Belos::TestMultiVecTraits (const Teuchos::RCP< OutputManager< ScalarType > > &om, const Teuchos::RCP< const MV > &A) |
| This is a function to test the correctness of a MultiVecTraits specialization and multivector implementation. | |
| 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) |
| This function tests the correctness of an operator implementation with respect to an OperatorTraits specialization. | |
Definition in file BelosMVOPTester.hpp.
1.4.7