#include "ExampleTridiagSerialLinearOp.hpp"#include "sillyCgSolve.hpp"#include "sillierCgSolve.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_DefaultMultipliedLinearOp.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_StandardCatchMacros.hpp"Include dependency graph for sillyCgSolve_serial.cpp:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| bool | runCgSolveExample (const int dim, const Scalar diagScale, const bool symOp, const bool showAllTests, const bool verbose, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, const int maxNumIters, const bool useSillierCg) |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 51 of file sillyCgSolve_serial.cpp. |
|
||||||||||||
|
Definition at line 164 of file sillyCgSolve_serial.cpp. |
1.3.9.1