|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "sillyPowerMethod.hpp"#include "ExampleTridiagSerialLinearOp.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_as.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_GlobalMPISession.hpp"
Go to the source code of this file.
Functions | |
| template<class Scalar > | |
| bool | runPowerMethodExample (const int dim, const int maxNumIters, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, const bool dumpAll) |
| int | main (int argc, char *argv[]) |
| bool runPowerMethodExample | ( | const int | dim, |
| const int | maxNumIters, | ||
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType | tolerance, | ||
| const bool | dumpAll | ||
| ) |
Definition at line 47 of file sillyPowerMethod_serial.cpp.
References sillyPowerMethod().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 133 of file sillyPowerMethod_serial.cpp.
1.7.4