#include "Thyra_LinearOpBase.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_AssertOp.hpp"Include dependency graph for sillyCgSolve.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 | sillyCgSolve (const Thyra::LinearOpBase< Scalar > &A, const Thyra::VectorBase< Scalar > &b, const int maxNumIters, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, Thyra::VectorBase< Scalar > *x, std::ostream *out=NULL) |
| Silly little example unpreconditioned CG solver. | |
1.3.9.1