|
Tpetra parallel linear algebra Version of the Day
|
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. | |
Declaration of the Tpetra::Map class and related nonmember constructors.
Definition in file Tpetra_Map_decl.hpp.
|
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.
|
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.