#include "Thyra_LinearOperatorImpl.hpp"#include "Thyra_VectorSpaceImpl.hpp"#include "Thyra_VectorImpl.hpp"#include "Thyra_AssertOp.hpp"#include "silliestCgSolve.hpp"Include dependency graph for sillierCgSolve.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| bool | sillierCgSolve (const Thyra::LinearOpBase< Scalar > &A_in, const Thyra::VectorBase< Scalar > &b_in, const int maxNumIters, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, Thyra::VectorBase< Scalar > *x_inout, std::ostream *out=NULL) |
| Silly little example unpreconditioned CG solver (calls templated code). | |
1.3.9.1