#include <Thyra_VectorStdOpsTesterDecl.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| void | warning_tol (const ScalarMag &warning_tol) |
| Set the maximum relative error before a warning is generated. | |
| void | error_tol (const ScalarMag &error_tol) |
| Set the maximum relative error before an error is generated. | |
| VectorStdOpsTester (const ScalarMag &warning_tol=0, const ScalarMag &error_tol=0) | |
| | |
| bool | checkStdOps (const VectorSpaceBase< Scalar > &vecSpc, std::ostream *out=0, const bool &dumpAll=false) |
| Run the tests using a vector space. | |
ToDo: Finish documentation!
Definition at line 44 of file Thyra_VectorStdOpsTesterDecl.hpp.
|
|||||
|
Definition at line 48 of file Thyra_VectorStdOpsTesterDecl.hpp. |
|
||||||||||||||||
|
Definition at line 190 of file Thyra_VectorStdOpsTester.hpp. |
|
||||||||||
|
Set the maximum relative error before a warning is generated.
Definition at line 51 of file Thyra_VectorStdOpsTesterDecl.hpp. |
|
||||||||||
|
Set the maximum relative error before an error is generated.
Definition at line 54 of file Thyra_VectorStdOpsTesterDecl.hpp. |
|
||||||||||||||||||||
|
Run the tests using a vector space.
Definition at line 199 of file Thyra_VectorStdOpsTester.hpp. |
1.3.9.1