Tpetra parallel linear algebra
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
core
src
Tpetra_Details_OrdinalTraits.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Tpetra: Templated Linear Algebra Services Package
4
//
5
// Copyright 2008 NTESS and the Tpetra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TPETRA_DETAILS_ORDINALTRAITS_HPP
11
#define TPETRA_DETAILS_ORDINALTRAITS_HPP
12
17
18
#include "Tpetra_ConfigDefs.hpp"
19
#include "KokkosSparse_OrdinalTraits.hpp"
20
21
namespace
Tpetra {
22
namespace
Details {
23
24
// KokkosSparse::OrdinalTraits is a traits class for "invalid" (flag)
25
// values of integer types. Tpetra uses those flag values with both
26
// local and global indices.
27
using ::KokkosSparse::OrdinalTraits;
28
29
}
// namespace Details
30
}
// namespace Tpetra
31
32
#endif // TPETRA_DETAILS_ORDINALTRAITS_HPP
Generated on Thu Nov 21 2024 09:19:25 for Tpetra parallel linear algebra by
1.8.5