Tpetra parallel linear algebra  Version of the Day
Classes | Namespaces
Tpetra_CrsMatrix_def.hpp File Reference

Definition of the Tpetra::CrsMatrix class. More...

#include "Tpetra_RowMatrix.hpp"
#include "Tpetra_Import_Util.hpp"
#include "Tpetra_Import_Util2.hpp"
#include "Tpetra_Util.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include <typeinfo>
#include "Tpetra_CrsGraph_def.hpp"

Go to the source code of this file.

Classes

struct  Tpetra::Details::AbsMax< Scalar >
 Functor for the the ABSMAX CombineMode of Import and Export operations. More...
 
struct  Tpetra::Details::CrsIJV< Ordinal, Scalar >
 Struct representing a sparse matrix entry as an i,j,v triplet. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 
 Tpetra::Details
 Namespace for Tpetra implementation details.
 

Detailed Description

Definition of the Tpetra::CrsMatrix class.

If you want to use Tpetra::CrsMatrix, include "Tpetra_CrsMatrix.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::CrsMatrix, include "Tpetra_CrsMatrix_decl.hpp".

Definition in file Tpetra_CrsMatrix_def.hpp.