#include "Thyra_LinearOpBase.hpp"#include "Thyra_VectorStdOps.hpp"Include dependency graph for sillyPowerMethod.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 | sillyPowerMethod (const Thyra::LinearOpBase< Scalar > &A, const int maxNumIters, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, Scalar *lambda, std::ostream *out=NULL) |
| Silly little example power method abstract numerical algorithm (ANA). | |
1.3.9.1