Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
tpetra_mat_vec.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_UnitTestHelpers.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Tpetra_Core.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_CrsGraph.hpp"
#include "Tpetra_CrsMatrix.hpp"
#include "Stokhos_ConfigDefs.h"
Include dependency graph for tpetra_mat_vec.cpp:

Go to the source code of this file.

Typedefs

using Node = Tpetra::Map<>::node_type
 

Functions

 TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Tpetra_CrsMatrix, MatVec, Scalar, Node)
 
 TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL (Tpetra_CrsMatrix, BelosGMRES, Scalar, Node)
 
 TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT (Tpetra_CrsMatrix, MatVec, double, Node) TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT(Tpetra_CrsMatrix
 
Node int main (int argc, char *argv[])
 

Variables

 BelosGMRES
 
 double
 

Typedef Documentation

using Node = Tpetra::Map<>::node_type

Definition at line 252 of file tpetra_mat_vec.cpp.

Function Documentation

TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL ( Tpetra_CrsMatrix  ,
MatVec  ,
Scalar  ,
Node   
)

Definition at line 31 of file tpetra_mat_vec.cpp.

TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL ( Tpetra_CrsMatrix  ,
BelosGMRES  ,
Scalar  ,
Node   
)

Definition at line 246 of file tpetra_mat_vec.cpp.

TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT ( Tpetra_CrsMatrix  ,
MatVec  ,
double  ,
Node   
)
Node int main ( int  argc,
char *  argv[] 
)

Definition at line 259 of file tpetra_mat_vec.cpp.

Variable Documentation

BelosGMRES

Definition at line 257 of file tpetra_mat_vec.cpp.

double

Definition at line 257 of file tpetra_mat_vec.cpp.