Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra_TpetraMap_def.hpp File Reference

Go to the source code of this file.

Classes

class  Xpetra::TpetraMap< int, int, EpetraNode >
class  Xpetra::TpetraMap< int, long long, EpetraNode >

Namespaces

namespace  Xpetra
 Xpetra namespace

Functions

template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator== (const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > &map1, const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > &map2)
 Returns true if map is identical to this map. Implemented in TpetraMap::isSameAs().
template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator!= (const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > &map1, const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > &map2)
 Returns true if map is not identical to this map. Implemented in TpetraMap::isSameAs().

Function Documentation

◆ operator==()

template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator== ( const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > & map1,
const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > & map2 )

Returns true if map is identical to this map. Implemented in TpetraMap::isSameAs().

Definition at line 585 of file Xpetra_TpetraMap_def.hpp.

◆ operator!=()

template<class LocalOrdinal, class GlobalOrdinal, class Node>
bool operator!= ( const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > & map1,
const Xpetra::TpetraMap< LocalOrdinal, GlobalOrdinal, Node > & map2 )

Returns true if map is not identical to this map. Implemented in TpetraMap::isSameAs().

Definition at line 592 of file Xpetra_TpetraMap_def.hpp.