#include "Thyra_LinearOperatorImpl.hpp"#include "Thyra_VectorSpaceImpl.hpp"#include "Thyra_VectorImpl.hpp"#include "Thyra_AssertOp.hpp"Include dependency graph for silliestCgSolve.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 | silliestCgSolve (Thyra::ConstLinearOperator< Scalar > const &A, Thyra::ConstVector< Scalar > const &b, const int maxNumIters, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, Thyra::Vector< Scalar > &x, std::ostream *out=NULL) |
| Silly little example unpreconditioned CG solver that uses handles. | |
1.3.9.1