Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ Node

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

Definition at line 243 of file tpetra_mat_vec.cpp.

Function Documentation

◆ TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL() [1/2]

TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL ( Tpetra_CrsMatrix ,
MatVec ,
Scalar ,
Node  )

Definition at line 22 of file tpetra_mat_vec.cpp.

◆ TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL() [2/2]

TEUCHOS_UNIT_TEST_TEMPLATE_2_DECL ( Tpetra_CrsMatrix ,
BelosGMRES ,
Scalar ,
Node  )

Definition at line 237 of file tpetra_mat_vec.cpp.

◆ TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT()

TEUCHOS_UNIT_TEST_TEMPLATE_2_INSTANT ( Tpetra_CrsMatrix ,
MatVec ,
double ,
Node  )

◆ main()

Node int main ( int argc,
char * argv[] )

Definition at line 250 of file tpetra_mat_vec.cpp.

Variable Documentation

◆ BelosGMRES

BelosGMRES

Definition at line 248 of file tpetra_mat_vec.cpp.

◆ double

double

Definition at line 248 of file tpetra_mat_vec.cpp.