Xpetra
Version of the Day
|
#include "Xpetra_TpetraMap_decl.hpp"
Go to the source code of this file.
Classes | |
class | Xpetra::TpetraMap< int, int, EpetraNode > |
class | Xpetra::TpetraMap< int, long long, EpetraNode > |
Namespaces | |
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(). More... | |
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(). More... | |
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 610 of file Xpetra_TpetraMap_def.hpp.
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 617 of file Xpetra_TpetraMap_def.hpp.