|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_DefaultSerialDenseLinearOpWithSolveFactory.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_DefaultAdjointLinearOpWithSolve.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_DetachedMultiVectorView.hpp"#include "Thyra_DefaultInverseLinearOp.hpp"#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"#include "Thyra_LinearOpTester.hpp"#include "Thyra_LinearOpWithSolveTester.hpp"#include "Thyra_MultiVectorStdOps.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_as.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_LocalTestingHelpers.hpp"#include "OperatorSolveHelpers.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| bool | Thyra::run_linear_op_with_solve_tests (const int n, const typename ScalarTraits< Scalar >::magnitudeType maxRelErr, const bool showAllTests, const bool dumpAll, FancyOStream &out) |
| Main test driver that tests the LinearOpWithSolveBase interface and supporting software. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 216 of file test_linear_op_with_solve.cpp.
References Thyra::n, and Thyra::run_linear_op_with_solve_tests().
1.7.4