#include "AnasaziConfigDefs.hpp"
#include "AnasaziTypes.hpp"
#include "AnasaziMultiVecTraits.hpp"
#include "AnasaziOperatorTraits.hpp"
#include "AnasaziOutputManager.hpp"
#include "Teuchos_RefCountPtr.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Anasazi |
Functions | |
| template<class ScalarType, class MV> | |
| bool | TestMultiVecTraits (const Teuchos::RefCountPtr< OutputManager< ScalarType > > &om, const Teuchos::RefCountPtr< 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 | TestOperatorTraits (const Teuchos::RefCountPtr< OutputManager< ScalarType > > &om, const Teuchos::RefCountPtr< const MV > &A, const Teuchos::RefCountPtr< const OP > &M) |
| This function tests the correctness of an operator implementation with respect to an OperatorTraits specialization. | |
Definition in file AnasaziMVOPTester.hpp.
|
||||||||||||||||
|
This is a function to test the correctness of a MultiVecTraits specialization and multivector implementation.
Definition at line 67 of file AnasaziMVOPTester.hpp. |
|
||||||||||||||||||||
|
This function tests the correctness of an operator implementation with respect to an OperatorTraits specialization.
Definition at line 1350 of file AnasaziMVOPTester.hpp. |
1.3.9.1