Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Tpetra_Core.hpp"
#include "Tpetra_CrsMatrix.hpp"
#include "Tpetra_Vector.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_TpetraThyraWrappers.hpp"
#include "Thyra_LinearOpTester.hpp"
#include "Thyra_LinearOpWithSolveTester.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_TpetraLinearOp.hpp"
#include "Thyra_TpetraVector.hpp"
#include "MatrixMarket_Tpetra.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
bool | readAndSolveLinearSystem (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
bool readAndSolveLinearSystem | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 41 of file simple_tpetra_stratimikos_example.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 271 of file simple_tpetra_stratimikos_example.cpp.