|
Anasazi
Version of the Day
|
Test routines for MultiVecTraits and OperatorTraits conformity. More...
#include "AnasaziConfigDefs.hpp"#include "AnasaziTypes.hpp"#include "AnasaziMultiVecTraits.hpp"#include "AnasaziOperatorTraits.hpp"#include "AnasaziOutputManager.hpp"#include "Teuchos_SetScientific.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_as.hpp"Go to the source code of this file.
Namespaces | |
| Anasazi | |
| Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package. | |
Functions | |
| template<class ScalarType , class MV > | |
| bool | Anasazi::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. More... | |
| template<class ScalarType , class MV , class OP > | |
| bool | Anasazi::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. More... | |
Test routines for MultiVecTraits and OperatorTraits conformity.
Definition in file AnasaziMVOPTester.hpp.
1.8.5