Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
Tpetra::Details::Classes Namespace Reference

Implementation detail of Tpetra, to aid in deprecating template parameters. More...

Classes

class  LocalMap
 "Local" part of Map suitable for Kokkos kernels. More...
 
class  Transfer
 Common base class of Import and Export. More...
 
class  TieBreak
 Interface for breaking ties in ownership. More...
 

Detailed Description

Implementation detail of Tpetra, to aid in deprecating template parameters.

Warning
This namespace is an implementation detail of Tpetra. Do NOT use it. For any class CLASS in Tpetra, use the alias Tpetra::CLASS, NOT Tpetra::Classes::CLASS.
This namespace is an implementation detail of Tpetra. Do NOT use it. For any class CLASS in Tpetra::Details, use the alias Tpetra::Details::CLASS, NOT Tpetra::Details::Classes::CLASS. Furthermore, everything in Tpetra::Details is an implementation detail of Tpetra anyway.