Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
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 | |
Definition at line 252 of file tpetra_mat_vec.cpp.
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.
Node int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 259 of file tpetra_mat_vec.cpp.
BelosGMRES |
Definition at line 257 of file tpetra_mat_vec.cpp.
double |
Definition at line 257 of file tpetra_mat_vec.cpp.