|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "ExampleTridiagSerialLinearOp.hpp"#include "sillyCgSolve.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_DefaultMultipliedLinearOp.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_StandardCatchMacros.hpp"
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 typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, const int maxNumIters) |
| int | main (int argc, char *argv[]) |
| bool runCgSolveExample | ( | const int | dim, |
| const Scalar | diagScale, | ||
| const bool | symOp, | ||
| const bool | showAllTests, | ||
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType | tolerance, | ||
| const int | maxNumIters | ||
| ) |
Definition at line 52 of file sillyCgSolve_serial.cpp.
References Thyra::DefaultScaledAdjointLinearOp< Scalar >::adjoint(), Thyra::LinearOpTester< Scalar >::check(), Thyra::CONJTRANS, Thyra::VectorSpaceBase< Scalar >::createMember(), Thyra::LinearOpTester< Scalar >::enable_all_tests(), Thyra::DefaultMultipliedLinearOp< Scalar >::multiply(), Thyra::NOTRANS, Thyra::randomize(), Thyra::scale(), Thyra::LinearOpTester< Scalar >::set_all_error_tol(), Thyra::LinearOpTester< Scalar >::set_all_warning_tol(), sillyCgSolve(), Thyra::V_S(), and Thyra::V_V().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 188 of file sillyCgSolve_serial.cpp.
1.7.4