Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
Tpetra_DirectoryImpl_decl.hpp File Reference

Declaration of implementation details of Tpetra::Directory. More...

#include "Tpetra_TieBreak.hpp"
#include "Tpetra_Map_fwd.hpp"
#include "Tpetra_Details_FixedHashTable_decl.hpp"

Go to the source code of this file.

Classes

class  Tpetra::Details::Directory< LocalOrdinal, GlobalOrdinal, NodeType >
 Computes the local ID and process ID corresponding to given global IDs. More...
 
class  Tpetra::Details::ReplicatedDirectory< LocalOrdinal, GlobalOrdinal, NodeType >
 Implementation of Directory for a locally replicated Map. More...
 
class  Tpetra::Details::ContiguousUniformDirectory< LocalOrdinal, GlobalOrdinal, NodeType >
 Implementation of Directory for a contiguous, uniformly distributed Map. More...
 
class  Tpetra::Details::DistributedContiguousDirectory< LocalOrdinal, GlobalOrdinal, NodeType >
 Implementation of Directory for a distributed contiguous Map. More...
 
class  Tpetra::Details::DistributedNoncontiguousDirectory< LocalOrdinal, GlobalOrdinal, NodeType >
 Implementation of Directory for a distributed noncontiguous Map. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 
 Tpetra::Details
 Nonmember function that computes a residual Computes R = B - A * X.
 

Detailed Description

Declaration of implementation details of Tpetra::Directory.

Definition in file Tpetra_DirectoryImpl_decl.hpp.