|
Thyra Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "sillyPowerMethod.hpp"#include "createTridiagEpetraLinearOp.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_EpetraLinearOp.hpp"#include "Thyra_get_Epetra_Operator.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_dyn_cast.hpp"#include "Epetra_CrsMatrix.h"#include "Epetra_Map.h"
Go to the source code of this file.
Functions | |
| void | scaleFirstDiagElement (const double diagScale, Thyra::LinearOpBase< double > *A) |
| int | main (int argc, char *argv[]) |
| void scaleFirstDiagElement | ( | const double | diagScale, |
| Thyra::LinearOpBase< double > * | A | ||
| ) |
Definition at line 58 of file sillyPowerMethod_epetra.cpp.
References Thyra::get_Epetra_Operator().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 85 of file sillyPowerMethod_epetra.cpp.
References createTridiagEpetraLinearOp(), and scaleFirstDiagElement().
1.7.6.1