10#ifndef TPETRA_CONFIGDEFS_HPP
11#define TPETRA_CONFIGDEFS_HPP
13#include "Tpetra_Details_DefaultTypes.hpp"
14#include "Teuchos_ConfigDefs.hpp"
25#ifdef HAVE_TPETRA_PRINT_EFFICIENCY_WARNINGS
26#define TPETRA_PRINTS_EFFICIENCY_WARNINGS 1
28#define TPETRA_PRINTS_EFFICIENCY_WARNINGS 0
31#ifdef HAVE_TPETRA_THROW_ABUSE_WARNINGS
32#define TPETRA_THROWS_ABUSE_WARNINGS 1
34#define TPETRA_THROWS_ABUSE_WARNINGS 0
37#ifdef HAVE_TPETRA_PRINT_ABUSE_WARNINGS
38#define TPETRA_PRINTS_ABUSE_WARNINGS 1
40#define TPETRA_PRINTS_ABUSE_WARNINGS 0
47#include "Teuchos_Array.hpp"
48#include "Teuchos_RCP.hpp"
49#include "Teuchos_Tuple.hpp"
51#include "Teuchos_OrdinalTraits.hpp"
52#include "Teuchos_ScalarTraits.hpp"
53#include "Teuchos_TypeNameTraits.hpp"
54#include "Teuchos_NullIteratorTraits.hpp"
55#include "Teuchos_SerializationTraits.hpp"
57#include "Teuchos_CommHelpers.hpp"
59#include "Teuchos_ParameterList.hpp"
96enum EPrivateComputeViewConstructor {
97 COMPUTE_VIEW_CONSTRUCTOR
100enum EPrivateHostViewConstructor {
101 HOST_VIEW_CONSTRUCTOR
120template <
class Arg1,
class Arg2>
146template <
class Arg1,
class Arg2>
178namespace MatrixMatrix {
186namespace TripleMatrixMultiply {
204 ACTIVE_OWNED_PLUS_SHARED
207enum class FillState {
216namespace KokkosClassic {
217using ::Tpetra::ESweepDirection;
220#include <Kokkos_Complex.hpp>
226template <
typename Ordinal>
227class SerializationTraits<Ordinal, ::Kokkos::complex<float> >
228 :
public DirectSerializationTraits<Ordinal, ::Kokkos::complex<float> > {};
230template <
typename Ordinal>
231class SerializationTraits<Ordinal, ::Kokkos::complex<double> >
232 :
public DirectSerializationTraits<Ordinal, ::Kokkos::complex<double> > {};
Declaration of Tpetra::CombineMode enum, and a function for setting a Tpetra::CombineMode parameter i...
Struct that holds views of the contents of a CrsMatrix.
Binary function that returns its first argument.
Binary function that returns its second argument.
Namespace for Tpetra example classes and methods.
Namespace Tpetra contains the class and methods constituting the Tpetra library.
ESweepDirection
Sweep direction for Gauss-Seidel or Successive Over-Relaxation (SOR).
LookupStatus
Return status of Map remote index lookup (getRemoteIndexList()).
Teuchos_Ordinal Array_size_type
Size type for Teuchos Array objects.
size_t global_size_t
Global size_t object.
LocalGlobal
Enum for local versus global allocation of Map entries.