Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Map_decl.hpp File Reference

Declaration of the Tpetra::Map class and related nonmember constructors. More...

#include "Tpetra_ConfigDefs.hpp"
#include "Tpetra_Map_fwd.hpp"
#include "Tpetra_Directory_fwd.hpp"
#include "Tpetra_TieBreak_fwd.hpp"
#include "Tpetra_Details_LocalMap.hpp"
#include "Tpetra_KokkosCompat_DefaultNode.hpp"
#include "Kokkos_DualView.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_Comm.hpp"
#include "Teuchos_Describable.hpp"
#include "Tpetra_Directory_decl.hpp"

Go to the source code of this file.

Classes

class  Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node >
 A parallel distribution of indices over processes. More...

Namespaces

namespace  Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.

Detailed Description

Declaration of the Tpetra::Map class and related nonmember constructors.

Definition in file Tpetra_Map_decl.hpp.

Function Documentation

◆ operator==()

template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator== ( const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > & map1,
const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > & map2 )
related

True if map1 is the same as (in the sense of isSameAs()) map2, else false.

Definition at line 1436 of file Tpetra_Map_decl.hpp.

◆ operator!=()

template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator!= ( const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > & map1,
const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > & map2 )
related

True if map1 is not the same as (in the sense of isSameAs()) map2, else false.

Definition at line 1443 of file Tpetra_Map_decl.hpp.